Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the link color of a tab button on the left panel of the Settings dialog box when it is selected.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Color SettingsDialogLeftPanelTabButtonSelectedLinkColor { get; }
public:
property Color SettingsDialogLeftPanelTabButtonSelectedLinkColor {
Color get();
}
Public ReadOnly Property SettingsDialogLeftPanelTabButtonSelectedLinkColor As Color
Property Value
Type: System.Drawing.Color
See Also
ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top