ConsoleColorTable.MainTabBackgroundColor Property
Gets the background color of the main tab.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Color MainTabBackgroundColor { get; }
public:
property Color MainTabBackgroundColor {
Color get();
}
Public ReadOnly Property MainTabBackgroundColor As Color
Property Value
Type: System.Drawing.Color
See Also
ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top