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