Share via


ConsoleColorTable.MainTabSelectedFontColor Property

 

Gets the main table selected front color.

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

Syntax

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

Property Value

Type: System.Drawing.Color

the main table selected front color.

See Also

ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top