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

In This Topic
ExpandFooterArea Property
In This Topic
Indicates that the string specified by the ExpandedInformation property is displayed at the bottom of the dialog's footer area instead of immediately after the dialog's content.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1TaskDialog.ExpandFooterArea", "Indicates that the expanded information is displayed at the bottom of the dialog's footer area.")>
<DefaultValueAttribute(False)>
<C1CategoryAttribute("Expanded")>
Public Property ExpandFooterArea As Boolean
 
See Also