CommandKeys Class
Defines unique keys for identifying commands.
public static class CommandKeys
- Inheritance:
- object object
Remarks
These command keys are specific to the Docking product. Additional command keys are available from CommandKeys. Other products may also define their own command keys.
Fields
Activate
The key for a command that activates a window.
public const string Activate = "Docking.Activate"
AutoHide
The key for a command associated with AutoHide.
public const string AutoHide = "Docking.AutoHide"
Close
The key for a command associated with Close.
public const string Close = "Docking.Close"
CloseAllButThis
The key for a command associated with CloseAllButThis.
public const string CloseAllButThis = "Docking.CloseAllButThis"
Dockable
The key for a command associated with Dockable.
public const string Dockable = "Docking.Dockable"
Floating
The key for a command associated with Floating.
public const string Floating = "Docking.Floating"
MoveToMdi
The key for a command associated with TabbedDocument.
public const string MoveToMdi = "Docking.MoveToMdi"
MoveToNewHorizontalContainer
The key for a command associated with NewHorizontalTabbedMdiContainer.
public const string MoveToNewHorizontalContainer = "Docking.MoveToNewHorizontalContainer"
MoveToNewVerticalContainer
The key for a command associated with NewVerticalTabbedMdiContainer.
public const string MoveToNewVerticalContainer = "Docking.MoveToNewVerticalContainer"
MoveToNextContainer
The key for a command associated with MoveToNextTabbedMdiContainer.
public const string MoveToNextContainer = "Docking.MoveToNextContainer"
MoveToPreviousContainer
The key for a command associated with MoveToPreviousTabbedMdiContainer.
public const string MoveToPreviousContainer = "Docking.MoveToPreviousContainer"