  | TaskDialogExpandedByDefault Property  | 
 
            Gets or sets a value that indicates that the string specified by the 
ExpandedInformation property
            should be displayed by default.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool ExpandedByDefault { get; set; }Public Property ExpandedByDefault As Boolean
	Get
	Set
public:
property bool ExpandedByDefault {
	bool get ();
	void set (bool value);
}member ExpandedByDefault : bool with get, set
Property Value
Type: 
Boolean if the string specified by the 
ExpandedInformation property
            should be displayed by default; 
 if it is hidden by default. The default value is
            
.
            
See Also