| TaskDialogExpandedControlText Property |
Gets or sets the text to use for the control for collapsing 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)
Syntax public string ExpandedControlText { get; set; }
Public Property ExpandedControlText As String
Get
Set
public:
property String^ ExpandedControlText {
String^ get ();
void set (String^ value);
}
member ExpandedControlText : string with get, set
Property Value
Type:
String
The text to use for the control for collapsing 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 CollapsedControlText is specified, the value of CollapsedControlText
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