EngineScrollBarMouseLocation Enumeration |
Area of ScrollBar definitions. Used to describe relation of mouse pointer location
to the distinct part of ScrollBar.
Namespace: NeoAxis.EditorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum EngineScrollBarMouseLocation
Members| Member name | Value | Description |
|---|
| OutsideScrollBar | 0 |
Located outside of the ScrollBar.
|
| TopOrLeftArrow | 1 |
Located over top (for vertical ScrollBar) or
over left hand side arrow (for horizontal ScrollBar).
|
| TopOrLeftTrack | 2 |
Located over top (for vertical Scrollbar) or
over left hand side track (for horizontal ScrollBar).
Track is the area between arrow and thumb images.
|
| Thumb | 3 |
Located over ScrollBar thumb. Thumb is movable portion of the ScrollBar.
|
| BottomOrRightTrack | 4 |
Located over bottom (for vertical Scrollbar) or
over right hand side track (for horizontal ScrollBar).
Track is the area between arrow and thumb images.
|
| BottomOrRightArrow | 5 |
Located over bottom (for vertical ScrollBar) or
over right hand side arrow (for horizontal ScrollBar).
|
See Also