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.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public int Width { get; set; }

Property Value

Int32

See Also