OnControlMouseUp
IPDFDocument4 :: Annotations

See Also
Collapse All

This property gets or sets an action to be performed when the mouse button is released inside the PDF control's active area.

Syntax

LONG OnControlMouseUp { get; set; }
Value

Number of the action

Remarks

The number of the action can be retrieved from any action-creating method, such as CreateJavaScriptAction.

See theĀ OnControlMouseDown property for examples.

See Also

Reference