Class PredefinedCommandNames
Contains the names of all predefined commands available in a RadDock instance.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public static class PredefinedCommandNames
Fields
CloseActiveDocument
The command that closes the active document in a RadDock instance.
Declaration
public static readonly string CloseActiveDocument
Field Value
System.String
|
DisplayQuickNavigator
NextDocument
The command that activates the next document in a RadDock instance.
Declaration
public static readonly string NextDocument
Field Value
System.String
|
PreviousDocument
The command that activates the previous document in a RadDock instance.
Declaration
public static readonly string PreviousDocument
Field Value
System.String
|