DiagramCommands Methods
Provides access to diagram commands.
Name | Description |
---|---|
Can |
Gets whether the specified command can be executed in its current state.
Inherited from Diagram |
Can |
Gets whether the specified command can be executed in its current state.
Inherited from Diagram |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Execute |
Executes the specified diagram command.
Inherited from Diagram |
Execute |
Executes the specified diagram command.
Inherited from Diagram |
Get |
Inherited from Diagram |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the command associated with pressing down the specified key or key combination.
Inherited from Diagram |
Get |
Gets the command associated with releasing the specified key or key combination.
Inherited from Diagram |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Register |
Allows you to override the default commands.
Inherited from Diagram |
Register |
Allows you to clear the existing shortcuts or define new ones.
Inherited from Diagram |
To |
Returns a string that represents the current object. Inherited from Object. |
Update |
Gets the command that updates the state of all Diagram |
See Also