  | InputDialogContent Property  | 
 
            Gets or sets the dialog's primary content.
            
 
    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
            The dialog's primary content. The default value is an empty string ("").
            
See Also