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