  | 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)
Syntaxpublic 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
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