'Declaration Public Enum UserActionEnum Inherits System.Enum
public enum UserActionEnum : System.Enum
'Declaration Public Enum UserActionEnum Inherits System.Enum
public enum UserActionEnum : System.Enum
Member | Description |
---|---|
Click | The control is clicked. |
Enter | The input focus enters the control. |
Leave | The input focus leaves the control. |
MouseDown | The mouse pointer is over the control and a mouse button is pressed. |
MouseEnter | The mouse pointer enters the control. |
MouseLeave | The mouse pointer leaves the control. |
MouseUp | The mouse pointer is over the control and a mouse button is released. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.UserActionEnum