AVEVA CAF API Documenation


Command Class Properties

For a list of all members of this type, see Command members.

Public Properties
 NameDescription
Public Property Get/Set AllowWaitCusor value.  
Public Property Application context for which this command is valid.  
Public Property Get the number of CommandExecutors attached to the 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.  
Public Property Key to Context object.  
Public Property Description for the command.  
Public Property Gets or sets if the command is enabled. Setting this value will set the CommandExecutor.Enabled property on all attached CommandExecutors.  
Public Property Gets or sets a value indicating whether the execute on checked change.  
Public Property Get all command Execute overloads.  
Public Property Gets a value indicating whether to ignore executors.  
Public Property Flag to control the visibility of the command in Customization dialog.  
Public Property Gets the IsValid status of the command. A Command may become invalid in some application contexts.  
Public Property The commands key in the CommandCollection.  
Public Property ArrayList which can contain data to be presented in the GUI.  
Public Property Gets or sets a value indicating whether the command should run in background.  
Public Property Used to communicate to the command which item in the list was selected.  
Public Property Setting this value will set the CommandExecutor.Value property on all attached CommandExecutors.  
Public Property True if the value of the command has been changed.  
Public Property Gets or sets if the command is visible. Setting this value will set the CommandExecutor.Visible property on all attached CommandExecutors.  
Top
See Also