New to Telerik UI for WinFormsStart a free 30-day trial

Contains the names of all predefined commands available in a RadDock instance.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public static class PredefinedCommandNames

Inheritance: objectPredefinedCommandNames

Fields

The command that closes the active document in a RadDock instance.

C#
public static readonly string CloseActiveDocument

The name for the command that displays the QuickNavigator in a RadDock instance.

C#
public static readonly string DisplayQuickNavigator

The command that activates the next document in a RadDock instance.

C#
public static readonly string NextDocument

The command that activates the previous document in a RadDock instance.

C#
public static readonly string PreviousDocument