Name | Description | |
---|---|---|
![]() | NVisualTabNavigationCommand Constructor | Overloaded. |
The following tables list the members exposed by NVisualTabNavigationCommand.
Name | Description | |
---|---|---|
![]() | NVisualTabNavigationCommand Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ID | Gets or sets the unique identifier of this command. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand) |
![]() | Name | Gets or sets the human readable name of the command. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand) |
![]() | Shortcuts | Gets an arraylist containing all the shortcuts connected with this command. This allows for multiple shortcuts per command. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand) |
![]() | Tag | Gets or sets an additional information associated with the command. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand) |
Name | Description | |
---|---|---|
![]() | Events | Gets the list of all events attached to this object. (Inherited from Nevron.UI.NDisposableObject) |
![]() | Manager | Gets a reference to the dock manager this command is currently attached to. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand) |
Name | Description | |
---|---|---|
![]() | CanExecute | Overridden. |
![]() | ClearEvents | Removes all the events handlers attached to this instance. (Inherited from Nevron.UI.NDisposableObject) |
![]() | CreateFieldNonSerializedObjects | (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand) |
![]() | Dispose | Overloaded. (Inherited from Nevron.UI.NDisposableObject) |
![]() | Execute | Performs a command specific action. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand) |
![]() | IsShortcutCombination | Checks whether the specified keys are associated with the command. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand) |
![]() | ToString | (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand) |
![]() | UpdateFieldReferences | (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand) |
Name | Description | |
---|---|---|
![]() | ExecuteCore | Overridden. |
![]() | Finalize | (Inherited from Nevron.UI.NDisposableObject) |
![]() | InitializeDefault | (Inherited from Nevron.UI.NDisposableObject) |
![]() | OnDisposed | (Inherited from Nevron.UI.NDisposableObject) |
![]() | OnExecuted | Raises the Executed event. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand) |
![]() | OnExecuting | Raises the Executing event. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand) |
![]() | OnInitialized | (Inherited from Nevron.UI.NDefaultInitializableObject) |
![]() | PerformDispose | Overloaded. (Inherited from Nevron.UI.NDisposableObject) |
Name | Description | |
---|---|---|
![]() | Disposed | Fired when the object has been disposed. (Inherited from Nevron.UI.NDisposableObject) |
![]() | Executed | Fired after the command has been executed. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand) |
![]() | Executing | Fired just before the command is about to be executed. Cancelable. (Inherited from Nevron.UI.WinForm.Docking.NDockingFrameworkCommand) |