WidgetAnnotationActions Properties
Contains settings used to define actions that are associated with a widget annotation.| Name | Description |
|---|---|
| CursorEntered | Gets or sets the action performed when the cursor enters the annotation’s active area. |
| CursorExited | Gets or sets the action performed when the cursor exits the annotation’s active area. |
| InputFocusLost | Gets or sets the action performed when the annotation loses input focus. |
| InputFocusReceived | Gets or sets the action performed when the annotation receives input focus. |
| MouseButtonPressed | Gets or sets the action performed when a mouse button is pressed while the cursor is over the annotation. |
| MouseButtonReleased | Gets or sets the action performed when a mouse button is released while the cursor is over the annotation. |
| PageBecameInvisible | Gets or sets the action performed when the page containing the annotation becomes invisible. |
| PageBecameVisible | Gets or sets the action performed when the page containing the annotation becomes visible. |
| PageClosed | Gets or sets the action performed when the page containing the annotation is closed. |
| PageOpened | Gets or sets the action performed when the page containing the annotation is opened. |
See Also