AnnotationActionCollection

AnnotationActionCollection class

Represents the collection of annotation actions.

The AnnotationActionCollection type exposes the following members:

Properties

NameDescription
on_enterGets or sets an action to be performed when the cursor enters the annotation�s active area.
on_exitGets or sets an action to be performed when the cursor exits the annotation�s active area.
on_press_mouse_btnGets or sets an action to be performed when the mouse button is pressed inside the annotation�s active area.
on_release_mouse_btnGets or sets an action to be performed when the mouse button is released inside the annotation�s active area.
on_receive_focusGets or sets an action to be performed when the annotation receives the input focus.
on_open_pageGets or sets an action to be performed when the page containing the annotation is opened.
on_close_pageGets or sets an action to be performed when the page containing the annotation is closed.
on_show_pageGets or sets an action to be performed when the page containing the annotation becomes visible in the viewer application�s user interface.
on_hide_pageGets or sets an action to be performed when the page containing the annotation is no longer visible in the viewer application�s user interface.
on_lost_focusGets or sets an action to be performed when the annotation loses the input focus.
on_modify_characterGets or sets an action to be performed when user modifies character of the field.
on_validateGets or sets an action to be performed when user changes contents of the field.
on_formatGets or sets an action to be performed to format field value.
on_calculateGets or sets an action to calculate field value.

Methods

NameDescription
remove_actions()Removes all actions of the annotation.

See Also