  | TaskDialogCollapsedControlText Property  | 
 
            Gets or sets the text to use for the control for expading the expandable information specified in 
ExpandedInformation.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string CollapsedControlText { get; set; }Public Property CollapsedControlText As String
	Get
	Set
public:
property String^ CollapsedControlText {
	String^ get ();
	void set (String^ value);
}member CollapsedControlText : string with get, set
Property Value
Type: 
String
            The text to use for the control for expanding the expandable information, or an empty string ("") if the
            operating system's default text is to be used. The default is an empty string ("")
            
Remarks
              If this text is not specified and ExpandedControlText is specified, the value of ExpandedControlText
              will be used for this property as well. If neither is specified, the operating system's default text is used.
            
  Note | 
|---|
| 
              The control for collapsing or expanding the expandable information is displayed only if ExpandedInformation is not
              an empty string ("")
             | 
See Also