Click or drag to resize

TaskDialogExpandedControlText Property

Gets or sets the text to use for the control for collapsing the expandable information specified in ExpandedInformation.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ExpandedControlText { 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 Note
The control for collapsing or expanding the expandable information is displayed only if ExpandedInformation is not an empty string ("")
See Also