ConsoleColorTable.SettingsDialogLeftPanelTabButtonDeselectedBackColor Property
Gets the background color of a tab button on the left panel of the Settings dialog box when it is deselected.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Color SettingsDialogLeftPanelTabButtonDeselectedBackColor { get; }
public:
property Color SettingsDialogLeftPanelTabButtonDeselectedBackColor {
Color get();
}
Public ReadOnly Property SettingsDialogLeftPanelTabButtonDeselectedBackColor As Color
Property Value
Type: System.Drawing.Color
See Also
ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top