| TaskDialogMainInstruction Property |
Gets or sets the dialog's main instruction.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string MainInstruction { get; set; }
Public Property MainInstruction As String
Get
Set
public:
property String^ MainInstruction {
String^ get ();
void set (String^ value);
}
member MainInstruction : string with get, set
Property Value
Type:
String
The dialog's main instruction. The default is an empty string ("").
Remarks
The main instruction of a task dialog will be displayed in a larger font and a different color than
the other text of the task dialog.
See Also