| CredentialDialogMainInstruction Property |
Gets or sets a brief message to display in the dialog box.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.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
A brief message that will be displayed in the dialog box. The default value is an empty string ("").
Remarks
On Windows Vista and newer versions of Windows, this text is displayed using a different style to set it apart
from the other text. In the default style, this text is a slightly larger and colored blue. The style is identical
to the main instruction of a task dialog.
On Windows XP, this text is not distinguished from other text. It's display mode depends on the DownlevelTextMode
property.
See Also