Share via


ConsoleColorTable.MainButtonPressedBackgroundColor Property

 

Gets the background color of the main button when the button is clicked.

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

Syntax

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

Property Value

Type: System.Drawing.Color

A System.Drawing.Color.

See Also

ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top