| C1.C1Flash.2 Assembly > C1.C1Flash Namespace : FButtonEvent Enumeration |
'Declaration Public Enum FButtonEvent Inherits System.Enum
public enum FButtonEvent : System.Enum
| Member | Description |
|---|---|
| MENU_DRAG_OUT | Mouse is dragged outside the hit area while the mouse button is down. Valid only for menu buttons. |
| MENU_DRAG_OVER | Mouse is dragged inside the hit area while the mouse button is down. Valid only for menu buttons. |
| PRESS | Mouse button is pressed while the mouse is inside the hit area. |
| PUSH_DRAG_OUT | Mouse is dragged outside the hit area while the mouse button is down. Valid only for push buttons. |
| PUSH_DRAG_OVER | Mouse is dragged inside the hit area while the mouse button is down. Valid only for push buttons. |
| PUSH_RELEASE_OUTSIDE | Mouse button is released outside the hit area while the mouse is captured. Valid only for push buttons. |
| RELEASE | Mouse button is released while the mouse is inside the hit area. |
| ROLL_OUT | Mouse leaves the hit area while the mouse button is up. |
| ROLL_OVER | Mouse enters the hit area while the mouse button is up. |
System.Object
System.ValueType
System.Enum
C1.C1Flash.FButtonEvent