Partager via


ProgressBarForm.WindowTitle Property

 

Gets and sets the window title.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public string WindowTitle { get; set; }
public:
property String^ WindowTitle {
    String^ get();
    void set(String^ value);
}
Public Property WindowTitle As String

Property Value

Type: System.String

The window title.

See Also

ProgressBarForm Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top