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