| CredentialDialogContent Property |
Gets or sets additional text to display in the dialog.
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 Content { get; set; }
Public Property Content As String
Get
Set
public:
property String^ Content {
String^ get ();
void set (String^ value);
}
member Content : string with get, set
Property Value
Type:
String
Additional text to display in the dialog. The default value is an empty string ("").
Remarks
On Windows Vista and newer versions of Windows, this text is placed below the MainInstruction text.
On Windows XP, how and if this text is displayed depends on the value of the DownlevelTextMode
property.
See Also