Click or drag to resize

CredentialDialogContent Property

Gets or sets additional text to display in the dialog.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Content { 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