EngineScrollBarMouseLocation Enumeration |
Namespace: NeoAxis.Editor
public enum EngineScrollBarMouseLocation
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). |
Copyright 2024 NeoAxis Group. All rights reserved.