AVEVA CAF API Documenation
Fields  Properties  Methods  Events


Aveva.ApplicationFramework.Presentation Namespace : TabbedMdiMoveToNextGroupCommand Class
TabbedMdiMoveToNextGroupCommand Class Members

The following tables list the members exposed by TabbedMdiMoveToNextGroupCommand.

Public Constructors
 NameDescription
Public Constructor Constructor.  
Top
Public Fields
 NameDescription
Public Field true if message displayed. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Top
Public Properties
 NameDescription
Public Property Get/Set AllowWaitCusor value. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property Application context for which this command is valid. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property Get the number of CommandExecutors attached to the command (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property Gets or sets if the command is in a checked state. Setting this value will set the CommandExecutor.Checked property on all attached CommandExecutors. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property Key to Context object. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property Description for the command. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property Gets or sets if the command is enabled. Setting this value will set the CommandExecutor.Enabled property on all attached CommandExecutors. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property Gets or sets a value indicating whether the execute on checked change. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property Get all command Execute overloads. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property Gets a value indicating whether to ignore executors. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property Flag to control the visibility of the command in Customization dialog. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property Gets the IsValid status of the command. A Command may become invalid in some application contexts. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property The commands key in the CommandCollection. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property ArrayList which can contain data to be presented in the GUI. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property Gets or sets a value indicating whether the command should run in background. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property Used to communicate to the command which item in the list was selected. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property Setting this value will set the CommandExecutor.Value property on all attached CommandExecutors. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property True if the value of the command has been changed. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Property Gets or sets if the command is visible. Setting this value will set the CommandExecutor.Visible property on all attached CommandExecutors. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Top
Public Methods
 NameDescription
Public Method Attaches a CommandExecutor derived class to the command. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public MethodOverloaded.  Version of Execute which can be cancelled by an BeforeCommandExecute event handler and which takes arguments. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Method Detach all CommandExecutor derived classes from the command. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Method Detach a CommandExecutor derived class from the command. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public MethodOverloaded. Overridden.  The command Execute method is normally overridden by a derived class.  
Public Method Finds a matching execute overload. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public MethodOverridden.  Gets the current state of the command.  
Public MethodOverloaded. Overridden.  Call to allow the command to update its visibility or enabled state following a change to system.  
Public Method Select the executors (e.g. for Context Tabs) (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Method Sets a property. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Top
Public Events
 NameDescription
Public Event Occurs before the command is executed. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Public Event Occurs when the command is executed. (Inherited from Aveva.ApplicationFramework.Presentation.Command)
Top
See Also