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

In This Topic
ExpandedByDefault Property
In This Topic
Indicates that the string specified by the ExpandedInformation property is visible when the dialog is initially displayed.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1TaskDialog.ExpandedByDefault", "Indicates that the expanded information is visible when the dialog is initially displayed.")>
<DefaultValueAttribute(False)>
<C1CategoryAttribute("Expanded")>
Public Property ExpandedByDefault As Boolean
 
See Also