Common Application Framework

Command Properties

The properties of the Command class are listed below. For a complete list of Command class members, see the Command Members topic.

Public Instance Properties

Checked Gets or sets if the command is in a checked state. Setting this value will set the CommandExecutor.Checked property on all attached CommandExecutors.
Description Description for the command
Enabled Gets or sets if the command is enabled. Setting this value will set the CommandExecutor.Enabled property on all attached CommandExecutors.
ExecuteOnCheckedChange
Internal Flag to control the visibility of the command in Customization dialog
IsValid Gets the IsValid status of the command. A Command may become invalid in some application context. Method can be overriden in a derived class.
Key The commands key in the CommandCollection
List ArrayList which can contain data to be presented in the GUI
SelectedIndex Used to comunicate to the command which item in the list was selected
Value Setting this value will set the CommandExecutor.Value property on all attached CommandExecutors.
ValueChanged True if the value of the command has been changed
Visible Gets or sets if the command is visible. Setting this value will set the CommandExecutor.Visible property on all attached CommandExecutors.

See Also

Command Class | Aveva.ApplicationFramework.Presentation Namespace