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 scroll button selected arrow color.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Color ScrollButtonSelectedArrowColor { get; }
public:
property Color ScrollButtonSelectedArrowColor {
Color get();
}
Public ReadOnly Property ScrollButtonSelectedArrowColor As Color
Property Value
Type: System.Drawing.Color
The scroll button seslected arrow color.
See Also
ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top