'Declaration Public Enum TrackBarActionSource Inherits System.Enum
public enum TrackBarActionSource : System.Enum
Member | Description |
---|---|
DecrementButton | The action is triggered by the decrement button. |
IncrementButton | The action is triggered by the increment button. |
Keyboard | The action is triggered by keyboard navigation. |
Manual | The action has been explicitly caused by the user. |
MaximumButton | The action is triggered by the maximum button. |
MinimumButton | The action is triggered by the minimum button. |
MouseWheel | The action is triggered by the user scrolling the mouse wheel. |
Thumb | The action is triggered by the user dragging the thumb. |
Track | The action is triggered by clicking on the track area. |
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