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