Skip to content

Bookmark::Action property

The Action property returns the behavior when a user clicks the bookmark.

int Action { get; set; }
int getAction() throws IGRException;
void setAction(int value) throws IGRException;
@property
def Action(self) -> int:
@property.setter
def Action(self, value: int)
int getAction() const;
void setAction(int value);

Return Value

int : Integer value containing the Action enumerated value, one of:

Name Value
IGR_BOOKMARK_ACTION_GOTO 0x00
IGR_BOOKMARK_ACTION_LINK 0x01

See Also