Click or drag to resize

TaskDialogWidth Property

Specifies the width of the task dialog's client area in DLU's.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Width { get; set; }

Property Value

Type: Int32
The width of the task dialog's client area in DLU's, or 0 to have the task dialog calculate the ideal width. The default value is 0.
See Also