'Declaration Public Enum UIAction Inherits System.Enum
public enum UIAction : System.Enum
Member | Description |
---|---|
Accessibility | The user triggered an action via the section 508 (a.k.a. "accessibility") interface. |
GestureFlick | The user performed a flick gesture on a touch input digitizer. |
GesturePan | The user performed a pan gesture on a touch input digitizer. |
GesturePressAndHold | The user performed a press-and-hold gesture on a touch input digitizer. |
GestureTap | The user performed a tap gesture on a touch input digitizer. |
GestureZoom | The user performed a zoom gesture on a touch input digitizer. |
Keyboard | The user triggered an action by pressing a key. |
MouseClick | The user clicked on an element with the mouse. |
MouseDoubleClick | The user double-clicked on an element with the mouse. |
MouseDown | The user pressed a mouse button over the element. |
MouseDrag | The user moved the mouse during a drag/resize operation while the element was captured. |
MousePan | The user panned with the mouse. |
MouseUp | The user released a mouse button, ending the capture of the element. |
MouseWheel | The user moved the mouse wheel by one or more detents. |
None | No specific user interface action was taken, i.e., any change that took place was triggered by programmatic intervention by the developer. |
ScrollBar | The user triggered an action by manipulating a scrollbar element. |
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