ExpandFooterArea Property
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.
[C1Description("C1TaskDialog.ExpandFooterArea", "Indicates that the expanded information is displayed at the bottom of the dialog's footer area.")]
[DefaultValue(false)]
[C1Category("Expanded")]
public bool ExpandFooterArea {get; set;}
'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