Click or drag to resize

EngineScrollBarMouseLocation Enumeration

Area of ScrollBar definitions. Used to describe relation of mouse pointer location to the distinct part of ScrollBar.

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum EngineScrollBarMouseLocation
Members
  Member nameValueDescription
OutsideScrollBar0 Located outside of the ScrollBar.
TopOrLeftArrow1 Located over top (for vertical ScrollBar) or over left hand side arrow (for horizontal ScrollBar).
TopOrLeftTrack2 Located over top (for vertical Scrollbar) or over left hand side track (for horizontal ScrollBar). Track is the area between arrow and thumb images.
Thumb3 Located over ScrollBar thumb. Thumb is movable portion of the ScrollBar.
BottomOrRightTrack4 Located over bottom (for vertical Scrollbar) or over right hand side track (for horizontal ScrollBar). Track is the area between arrow and thumb images.
BottomOrRightArrow5 Located over bottom (for vertical ScrollBar) or over right hand side arrow (for horizontal ScrollBar).
See Also