  | 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)
Syntaxpublic 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