Enum GroupView.ScrollButtonState
Represents the visual state of scroll buttons in the GroupView control.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum ScrollButtonState
Fields
| Name | Description |
|---|---|
| DownScrollHot | Mouse is hovering over the down scroll button. |
| DownScrollPressed | Down scroll button is pressed. |
| Normal | Scroll buttons are in their default state. |
| UpScrollHot | Mouse is hovering over the up scroll button. |
| UpScrollPressed | Up scroll button is pressed. |