Share via


ConsoleColorTable.ScrollButtonBackgroundColor Property

 

Gets the scroll button background color.

Namespace:   Microsoft.WindowsServerSolutions.Console.Shared
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public Color ScrollButtonBackgroundColor { get; }
public:
property Color ScrollButtonBackgroundColor {
    Color get();
}
Public ReadOnly Property ScrollButtonBackgroundColor As Color

Property Value

Type: System.Drawing.Color

The scroll button background color.

See Also

ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top