Version

TrackBarActionSource Enumeration

An enumeration for specifying the cause of an action on the TrackBar.
Syntax
'Declaration
 
Public Enum TrackBarActionSource 
   Inherits System.Enum
public enum TrackBarActionSource : System.Enum 
Members
MemberDescription
DecrementButtonThe action is triggered by the decrement button.
IncrementButtonThe action is triggered by the increment button.
KeyboardThe action is triggered by keyboard navigation.
ManualThe action has been explicitly caused by the user.
MaximumButtonThe action is triggered by the maximum button.
MinimumButtonThe action is triggered by the minimum button.
MouseWheelThe action is triggered by the user scrolling the mouse wheel.
ThumbThe action is triggered by the user dragging the thumb.
TrackThe action is triggered by clicking on the track area.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also