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