CreateShowControlAction
IPDFDocument4 :: Actions

See Also
Collapse All

This method creates actions for showing controls.

Syntax

LONG CreateShowControlAction ()
Return value
Number of the action

Remarks

This method allows users to show one or more PDF controls on the screen. Use AddControlToAction method to associate controls with the action.

The return value is an action identifier in the document's actions collection and can be used in OnOpenDocument, AddControlToAction, OnControlMouseDown and other properties (see Annotations).

See the AddControlToAction method for examples.

See Also

Reference