Act
Act class
Defines custom command names that appear on an object’s shortcut menu and specifies the actions that the commands take.
Constructors
| Name | Description |
|---|---|
| Act | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Name | String | The name of the element. |
| NameU | String | The universal name of the element. |
| ID | int | The unique ID of the element within its parent element. |
| IX | int | The zero-based index of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| Menu | Str2Value | Specifies the name of the command that appears on the shortcut menu for a shape or page. |
| Action | DoubleValue | Contains the formula to execute when a user clicks the command name defined in the corresponding Menu element. |
| Checked | BoolValue | Determines whether a check mark is displayed beside the command name on a shape’s shortcut menu. |
| Disabled | BoolValue | Disabled element determines whether the command name is displayed on the shortcut menu. |
| ReadOnly | BoolValue | Determines whether the action on a smart tag or shortcut menu is read-only. |
| Invisible | BoolValue | Invisible element indicates whether the action is visible on the smart tag or shortcut menu. |
| BeginGroup | BoolValue | Indicates whether a separator is inserted into the menu above this action. |
| FlyoutChild | BoolValue | Determines whether the action row is a child flyout menu of the last row above it that is not a flyout child. |
| TagName | Str2Value | It contains the name of the smart tag that the action is associated with. |
| ButtonFace | Str2Value | It identifies the icon that appears next to an item on a shortcut menu. |
| SortKey | Str2Value | It specifies a number that determines the order of actions that appear on a shortcut or smart tag menu. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |
Act()
Constructor.
Act.Name property
The name of the element.
Type: String
Act.NameU property
The universal name of the element.
Type: String
Act.ID property
The unique ID of the element within its parent element.
Type: int
Act.IX property
The zero-based index of the element within its parent element.
Type: int
Act.Del property
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
Type: int
Act.Menu property
Specifies the name of the command that appears on the shortcut menu for a shape or page.
Type: Str2Value
Act.Action property
Contains the formula to execute when a user clicks the command name defined in the corresponding Menu element.
Type: DoubleValue
Act.Checked property
Determines whether a check mark is displayed beside the command name on a shape’s shortcut menu.
Type: BoolValue
Act.Disabled property
Disabled element determines whether the command name is displayed on the shortcut menu.
Type: BoolValue
Act.ReadOnly property
Determines whether the action on a smart tag or shortcut menu is read-only.
Type: BoolValue
Act.Invisible property
Invisible element indicates whether the action is visible on the smart tag or shortcut menu.
Type: BoolValue
Act.BeginGroup property
Indicates whether a separator is inserted into the menu above this action.
Type: BoolValue
Act.FlyoutChild property
Determines whether the action row is a child flyout menu of the last row above it that is not a flyout child.
Type: BoolValue
Act.TagName property
It contains the name of the smart tag that the action is associated with.
Type: Str2Value
Act.ButtonFace property
It identifies the icon that appears next to an item on a shortcut menu.
Type: Str2Value
Act.SortKey property
It specifies a number that determines the order of actions that appear on a shortcut or smart tag menu.
Type: Str2Value
deepClone()
Creates deep copy of this instance.