WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / Width Property

In This Topic
Width Property
In This Topic
The width of the task dialog's client area. If 0, the task dialog manager will calculate the ideal width.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1TaskDialog.Width", "Specifies the width of the task dialog's client area.")>
<DefaultValueAttribute(0)>
Public Property Width As Integer
 
See Also