Act Class

Defines custom command names that appear on an object's shortcut menu and specifies the actions that the commands take.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramAct

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Act

The Act type exposes the following members.

Constructors
  NameDescription
Public methodAct
Constructor.
Properties
  NameDescription
Public propertyAction
Contains the formula to execute when a user clicks the command name defined in the corresponding Menu element.
Public propertyBeginGroup
Indicates whether a separator is inserted into the menu above this action.
Public propertyButtonFace
It identifies the icon that appears next to an item on a shortcut menu.
Public propertyChecked
Determines whether a check mark is displayed beside the command name on a shape's shortcut menu.
Public propertyDel
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Public propertyDisabled
Disabled element determines whether the command name is displayed on the shortcut menu.
Public propertyFlyoutChild
Determines whether the action row is a child flyout menu of the last row above it that is not a flyout child.
Public propertyID
The unique ID of the element within its parent element.
Public propertyInvisible
Invisible element indicates whether the action is visible on the smart tag or shortcut menu.
Public propertyIX
The zero-based index of the element within its parent element.
Public propertyMenu
Specifies the name of the command that appears on the shortcut menu for a shape or page.
Public propertyName
The name of the element.
Public propertyNameU
The universal name of the element.
Public propertyReadOnly
Determines whether the action on a smart tag or shortcut menu is read-only.
Public propertySortKey
It specifies a number that determines the order of actions that appear on a shortcut or smart tag menu.
Public propertyTagName
It contains the name of the smart tag that the action is associated with.
Methods
  NameDescription
Public methodClone
Creates deep copy of this instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also