TabbedMdiNewVerticalGroupCommand Class Methods
For a list of all members of this type, see TabbedMdiNewVerticalGroupCommand 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. Overridden. The command Execute method is normally overridden by a derived class. | |
FindExecute | Finds a matching execute overload. (Inherited from Aveva.ApplicationFramework.Presentation.Command) | |
GetState | Overridden. Gets the current state of the command. | |
Refresh | Overloaded. Overridden. Call to allow the command to update its visibility or enabled state following a change to system. | |
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