Click or drag to resize

TaskDialogItemText Property

Gets or sets the text of the item.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Text { 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