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