Back to Devexpress

DiagramCommands Methods

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-dot-underscore-methods.md

latest5.6 KB
Original Source

DiagramCommands Methods

Provides access to diagram commands.

NameDescription
CanExecute(DiagramCommand)Gets whether the specified command can be executed in its current state. Inherited from DiagramCommandsBase.
CanExecute<T>(DiagramCommand<T>, T)Gets whether the specified command can be executed in its current state. Inherited from DiagramCommandsBase.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
Execute(DiagramCommand, IMouseArgs)Executes the specified diagram command. Inherited from DiagramCommandsBase.
Execute<T>(DiagramCommand<T>, T, IMouseArgs)Executes the specified diagram command. Inherited from DiagramCommandsBase.
GetCommandHotkeys(DiagramCommandBase, Object)Inherited from DiagramCommandsBase.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetKeyDownCommand(Key, ModifierKeys) staticGets the command associated with pressing down the specified key or key combination. Inherited from DiagramCommandsBase.
GetKeyUpCommand(Key, ModifierKeys) staticGets the command associated with releasing the specified key or key combination. Inherited from DiagramCommandsBase.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RegisterHandlers(Action<IHandlersRegistrator>, Boolean)Allows you to override the default commands. Inherited from DiagramCommandsBase.
RegisterHotKeys(Action<IHotKeysRegistrator>)Allows you to clear the existing shortcuts or define new ones. Inherited from DiagramCommandsBase.
ToString()Returns a string that represents the current object. Inherited from Object.
UpdateCommands(IEnumerable<DiagramCommandBase>)Gets the command that updates the state of all DiagramCommands members.

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace