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