Class GroupView.ScrollButtonState
Represents the visual state of scroll buttons in the GroupView control.
Inheritance
System.Object
GroupView.ScrollButtonState
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class ScrollButtonState : Enum
Fields
DownScrollHot
Mouse is hovering over the down scroll button.
Declaration
public const GroupView.ScrollButtonState DownScrollHot
Field Value
| Type |
|---|
| GroupView.ScrollButtonState |
DownScrollPressed
Down scroll button is pressed.
Declaration
public const GroupView.ScrollButtonState DownScrollPressed
Field Value
| Type |
|---|
| GroupView.ScrollButtonState |
Normal
Scroll buttons are in their default state.
Declaration
public const GroupView.ScrollButtonState Normal
Field Value
| Type |
|---|
| GroupView.ScrollButtonState |
UpScrollHot
Mouse is hovering over the up scroll button.
Declaration
public const GroupView.ScrollButtonState UpScrollHot
Field Value
| Type |
|---|
| GroupView.ScrollButtonState |
UpScrollPressed
Up scroll button is pressed.
Declaration
public const GroupView.ScrollButtonState UpScrollPressed
Field Value
| Type |
|---|
| GroupView.ScrollButtonState |