ComponentOne Windows 7 Control Pack for WinForms
ExpandFooterArea Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : 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.
Syntax
<DefaultValueAttribute()>
<C1CategoryAttribute("Expanded")>
<C1DescriptionAttribute("Indicates that the expanded information is displayed at the bottom of the dialog's footer area.")>
Public Property ExpandFooterArea As Boolean
Dim instance As C1TaskDialog
Dim value As Boolean
 
instance.ExpandFooterArea = value
 
value = instance.ExpandFooterArea
[DefaultValue()]
[C1Category("Expanded")]
[C1Description("Indicates that the expanded information is displayed at the bottom of the dialog's footer area.")]
public bool ExpandFooterArea {get; set;}
[DefaultValue()]
[C1Category("Expanded")]
[C1Description("Indicates that the expanded information is displayed at the bottom of the dialog's footer area.")]
public:
property bool ExpandFooterArea {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members