  | 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)
Syntaxpublic 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