Act class

Act class

Defines custom command names that appear on an object’s shortcut menu and specifies the actions that the commands take.

The Act type exposes the following members:

Constructors

ConstructorDescription
Act()Constructor.

Properties

PropertyDescription
nameThe name of the element.
name_uThe universal name of the element.
idThe unique ID of the element within its parent element.
ixThe zero-based index of the element within its parent element.
menuSpecifies the name of the command that appears on the shortcut menu for a shape or page.
actionContains the formula to execute when a user clicks the command name defined in the corresponding Menu element.
checkedDetermines whether a check mark is displayed beside the command name on a shape’s shortcut menu.
disabledDisabled element determines whether the command name is displayed on the shortcut menu.
read_onlyDetermines whether the action on a smart tag or shortcut menu is read-only.
invisibleInvisible element indicates whether the action is visible on the smart tag or shortcut menu.
begin_groupIndicates whether a separator is inserted into the menu above this action.
flyout_childDetermines whether the action row is a child flyout menu of the last row above it that is not a flyout child.
tag_nameIt contains the name of the smart tag that the action is associated with.
button_faceIt identifies the icon that appears next to an item on a shortcut menu.
sort_keyIt specifies a number that determines the order of actions that appear on a shortcut or smart tag menu.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also