NavigationMenuSelectCommand Class Methods
For a list of all members of this type, see NavigationMenuSelectCommand members.
Public Methods
Name | Description | |
---|---|---|
![]() | AttachExecutor | Attaches a CommandExecutor derived class to the command. (Inherited from Aveva.ApplicationFramework.Presentation.Command) |
![]() | CancelableExecute | Overloaded. Version of Execute which can be cancelled by an BeforeCommandExecute event handler and which takes arguments. (Inherited from Aveva.ApplicationFramework.Presentation.Command) |
![]() | DetachAllExecutors | Detach all CommandExecutor derived classes from the command. (Inherited from Aveva.ApplicationFramework.Presentation.Command) |
![]() | DetachExecutor | Detach a CommandExecutor derived class from the command. (Inherited from Aveva.ApplicationFramework.Presentation.Command) |
![]() | Execute | Overloaded. Executes. |
![]() | FindExecute | Finds a matching execute overload. (Inherited from Aveva.ApplicationFramework.Presentation.Command) |
![]() | GetState | Gets the current state of the command. (Inherited from Aveva.ApplicationFramework.Presentation.Command) |
![]() | Refresh | Overloaded. Call to allow the command to update its visibility or enabled state following a change to system. (Inherited from Aveva.ApplicationFramework.Presentation.Command) |
![]() | Select | Select the executors (e.g. for Context Tabs) (Inherited from Aveva.ApplicationFramework.Presentation.Command) |
![]() | SetProperty | Sets a property. (Inherited from Aveva.ApplicationFramework.Presentation.Command) |
See Also