  | TaskDialogExpandFooterArea Property  | 
 
            Gets or sets a value that indicates that the string specified by the 
ExpandedInformation property
            should be displayed at the bottom of the dialog's footer area instead of immediately after the dialog's content.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool ExpandFooterArea { get; set; }Public Property ExpandFooterArea As Boolean
	Get
	Set
public:
property bool ExpandFooterArea {
	bool get ();
	void set (bool value);
}member ExpandFooterArea : bool with get, set
Property Value
Type: 
Boolean if the string specified by the 
ExpandedInformation property
            should be displayed at the bottom of the dialog's footer area instead of immediately after the dialog's content;
            otherwise, 
. The default value is 
.
            
See Also