TaskDialogWidth Property
Gets or sets the width of the
TaskDialog in dialog units (1 DLU is about 2 pixels, but may vary based on the default dialog font).
The dialog is always at least 100 DLU wide. Zero value means that size is auto-calculated.
Re-assigning zero value adjusts the automatic width of the dialog on demand.
Default value: 0.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public int Width { get; set; }
Public Property Width As Integer
Get
Set
public:
property int Width {
int get ();
void set (int value);
}
member Width : int with get, set
Property Value
Int32