  | TaskDialogExpandedInformation Property  | 
 
            Gets or sets additional information to be displayed on the dialog.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ExpandedInformation { get; set; }Public Property ExpandedInformation As String
	Get
	Set
public:
property String^ ExpandedInformation {
	String^ get ();
	void set (String^ value);
}member ExpandedInformation : string with get, set
Property Value
Type: 
String
            Additional information to be displayed on the dialog. The default value is an empty string ("").
            
Remarks
              When this property is not an empty string (""), a control is shown on the task dialog that
              allows the user to expand and collapse the text specified in this property.
            
              The text is collapsed by default unless ExpandedByDefault is set to .
            
              The expanded text is shown in the main content area of the dialog, unless ExpandFooterArea
              is set to , in which case it is shown in the footer area.
            
See Also