Share via


ConsoleColorTable.SubTabHoverFontColor Property

 

Gets the font color of a subtab when the pointer is over the subtab.

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

Syntax

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

Property Value

Type: System.Drawing.Color

A System.Drawing.Color.

See Also

ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top