Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the main header background color.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Color MainHeaderBackgroundColor { get; }
public:
property Color MainHeaderBackgroundColor {
Color get();
}
Public ReadOnly Property MainHeaderBackgroundColor As Color
Property Value
Type: System.Drawing.Color
The main header background color.
See Also
ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top