ActionAttribute Properties
Converts a persistent class method into a SimpleAction or PopupWindowShowAction.
Name | Description |
---|---|
Auto |
Specifies whether to commit the changes made to data when the Action attribute’s target method is executed. |
Caption | Specifies the caption for the generated Action. |
Category | Specifies the category for the generated Action. |
Confirmation |
Specifies the confirmation message displayed when an end-user executes the generated Action. |
Image |
Specifies the name of the image for the generated Action. |
Selection |
Specifies a context for enabling the generated Action. |
Target |
Specifies the criteria for enabling the generated Action. |
Target |
Specifies whether all the currently selected objects must satisfy the Action |
Tool |
Specifies the tooltip for the generated Action. |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also