| TaskDialogItemText Property |
Gets or sets the text of the item.
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 Text { get; set; }
Public Property Text As String
Get
Set
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
member Text : string with get, set
Property Value
Type:
String
The text of the item. The default value is an empty string ("").
Remarks
For buttons, this property is ignored if ButtonType is any value other
than Custom.
See Also