RadDockCommand
Class
Represents base command that is associated with a RadDock instance.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
C#
public abstract class RadDockCommand : CommandBase, IImageListProvider
Inheritance: objectCommandBaseRadDockCommand
Implements:
Constructors
Default constructor.
C#
public RadDockCommand()
Properties
Shortcuts
List<RadShortcut>
Gets a list with all the RadShortcut registered for this command.
C#
public List<RadShortcut> Shortcuts { get; }
Methods
Determines whether the command may execute. The command may be executed in the following cases:
- The currently active form is the one where the associated RadDock resides.
- The currently active form is a FloatingWindow instance, owned by the associated RadDock.
- The currently active form is an AutoHidePopup instance, owned by the associated RadDock.
Determines whether the keyboard combination is partial for any of the registered RadShortcut instance.
Determines whether the keyboard combination is valid for any of the registered RadShortcut instance.