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 typically associated with ActivateCommand.
public const string Activate = "Docking.Activate"
AutoHide
The key for a command typically associated with AutoHideCommand.
public const string AutoHide = "Docking.AutoHide"
Close
The key for a command typically associated with CloseCommand or CloseCommand.
public const string Close = "Docking.Close"
CloseAll
The key for a command typically associated with CloseAllInContainerCommand.
public const string CloseAll = "Docking.CloseAll"
CloseAllDocuments
The key for a command typically associated with CloseAllDocumentsCommand.
public const string CloseAllDocuments = "Docking.CloseAllDocuments"
CloseOthers
The key for a command typically associated with CloseOthersCommand.
public const string CloseOthers = "Docking.CloseOthers"
Dock
The key for a command typically associated with DockCommand or DockCommand.
public const string Dock = "Docking.Dock"
Float
The key for a command typically associated with FloatCommand.
public const string Float = "Docking.Float"
FloatAll
The key for a command typically associated with FloatAllInContainerCommand.
public const string FloatAll = "Docking.FloatAll"
KeepTabOpen
The key for a command typically associated with SetMdiKindCommand that assigns Normal.
public const string KeepTabOpen = "Docking.KeepTabOpen"
MoveToMdi
The key for a command typically associated with MoveToMdiCommand.
public const string MoveToMdi = "Docking.MoveToMdi"
MoveToNewHorizontalContainer
The key for a command typically associated with MoveToNewHorizontalContainerCommand.
public const string MoveToNewHorizontalContainer = "Docking.MoveToNewHorizontalContainer"
MoveToNewVerticalContainer
The key for a command typically associated with MoveToNewVerticalContainerCommand.
public const string MoveToNewVerticalContainer = "Docking.MoveToNewVerticalContainer"
MoveToNextContainer
The key for a command typically associated with MoveToNextContainerCommand.
public const string MoveToNextContainer = "Docking.MoveToNextContainer"
MoveToPreviousContainer
The key for a command typically associated with MoveToPreviousContainerCommand.
public const string MoveToPreviousContainer = "Docking.MoveToPreviousContainer"
MoveToPrimaryMdi
The key for a command typically associated with MoveToPrimaryMdiHostCommand.
public const string MoveToPrimaryMdi = "Docking.MoveToPrimaryMdi"
PinTab
The key for a command typically associated with SetTabbedMdiLayoutKindCommand.
public const string PinTab = "Docking.PinTab"
SelectItem
The key for a command for selecting an item based on position.
public const string SelectItem = "Docking.SelectItem"