CreateHideControlAction
IPDFDocument4 :: Actions

See Also
Collapse All

This method creates an action for hiding a control.

Syntax

LONG CreateHideControlAction ()
Return value
Number of the action

Remarks

This method method allows users to hide one or more PDF controls on the screen. Use the 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