Share via


ConsoleColorTable.MainTabHoverFontColor Property

 

Gets the font color in the main tab when the pointer is over the tab.

Namespace:   Microsoft.WindowsServerSolutions.Console.Shared
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public Color MainTabHoverFontColor { get; }
public:
property Color MainTabHoverFontColor {
    Color get();
}
Public ReadOnly Property MainTabHoverFontColor As Color

Property Value

Type: System.Drawing.Color

A System.Drawing.Color.

See Also

ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top