CustomMessageBox.Header Property
Gets or sets the body title (text to the right of the icon).
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public string Header { get; set; }
public:
property String^ Header {
String^ get();
void set(String^ value);
}
Public Property Header As String
Property Value
Type: System.String
See Also
CustomMessageBox Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top