Click or drag to resize

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; }

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