| InputDialogMainInstruction 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 value is an empty string ("").
Remarks
When running on Windows Vista or newer, the main instruction of the input dialog will be displayed in a larger font and a different color than
the other text of the input dialog. Otherwise, it will be shown in bold.
See Also