Class PredefinedCommandNames
Contains the names of all predefined commands available in a RadDock instance.
Inheritance
System.Object
PredefinedCommandNames
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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.
|
DisplayQuickNavigator
NextDocument
The command that activates the next document in a RadDock instance.
Declaration
public static readonly string NextDocument
Field Value
System.
|
PreviousDocument
The command that activates the previous document in a RadDock instance.
Declaration
public static readonly string PreviousDocument
Field Value
System.
|