  | ProgressDialogWindowTitle Property  | 
 
            Gets or sets the text in the progress dialog's title bar.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string WindowTitle { get; set; }Public Property WindowTitle As String
	Get
	Set
public:
property String^ WindowTitle {
	String^ get ();
	void set (String^ value);
}member WindowTitle : string with get, set
Property Value
Type: 
String
            The text in the progress dialog's title bar. The default value is an empty string.
            
Remarks
              This property must be set before ShowDialog or Show is called. Changing property has
              no effect while the dialog is being displayed.
            
See Also