Share via


ConsoleColorTable.ScrollButtonHoverBackgroundColor Property

 

Gets the scroll button hover background color.

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

Syntax

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

Property Value

Type: System.Drawing.Color

The scroll button hover background color.

See Also

ConsoleColorTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace

Return to top