SingleChoiceAction Properties
Represents a Single Choice Action.
Name | Description |
---|---|
Action |
Specifies whether an Action is represented by an accept, cancel or ordinal button in a Window Forms application’s pop-up Windows.
Inherited from Action |
Active |
Gets a collection of reason/value pairs used to determine or change the Action‘s active state. The resulting state determines the Action’s visibility.
Inherited from Action |
Application |
Provides access to an Xaf |
Available |
Inherited from Action |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Caption |
Specifies an Action‘s caption.
Inherited from Action |
Category |
Specifies an Action‘s category.
Inherited from Action |
Confirmation |
Specifies the confirmation message displayed when an end-user executes an Action.
Inherited from Action |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Controller |
Provides access to an Action‘s Controller.
Inherited from Action |
Data |
For internal use.
Inherited from Action |
Default |
Specifies how the Action’s default item is determined.
Inherited from Choice |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Diagnostic |
Specifies information on an Action. This information is appended to the information on the remaining Actions and their Controllers and displayed via the Diagnostic |
Empty |
Specifies how to display a Choice Action if its Choice |
Enabled |
Provides access to a collection of key/value pairs used to determine an Action‘s enabled/disabled state. A Disabled Action is visible in the UI, but it is grayed out and cannot be executed.
Inherited from Action |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Has |
Indicates whether an Action has an image assigned to it.
Inherited from Action |
Id |
Specifies an Action‘s identifier.
Inherited from Action |
Image |
Specifies the type of the image that is displayed by the current Action’s control.
Inherited from Choice |
Image |
Specifies a name of the image displayed for an Action.
Inherited from Action |
Is |
Gets a value indicating whether an Action has been disposed of.
Inherited from Action |
Is |
Inherited from Action |
Is |
For internal use.
Inherited from Action |
Items |
Specifies a Choice Action’s item collection.
Inherited from Choice |
Item |
Specifies the type of a Single Choice Action’s items from the Choice |
Lock |
Indicates the count of the Action |
Model |
Gets the Action‘s settings.
Inherited from Action |
Paint |
Specifies the Action‘s paint style.
Inherited from Action |
Quick |
Specifies whether the current Action is accessible via the Quick Access Toolbar (this toolbar is available when the Ribbon UI is used).
Inherited from Action |
Selected |
Specifies the index of the selected item in a Single Choice Action’s Choice |
Selected |
Specifies a Single Choice Action’s selected item. |
Selection |
Specifies a context of an Action‘s execution.
Inherited from Action |
Selection |
Specifies a context for enabling an Action.
Inherited from Action |
Shortcut |
Defines the keyboard shortcut used to execute the current Action. Has effect in Win |
Show |
Specifies whether to show the drop-down with the current Action’s items when the Action is clicked in Win |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Tag |
Provides access to the object that contains data about the Action.
Inherited from Action |
Target |
Specifies a logical expression (criteria) for enabling an Action.
Inherited from Action |
Target |
Specifies whether all the currently selected objects must satisfy the Action |
Target |
Specifies the type of the object |
Target |
Specifies the identifier of the View for which the Action is activated, or a semicolon-separated list of identifiers if the Action targets multiple Views.
Inherited from Action |
Target |
Specifies whether the View, for which an Action is intended, must be root, nested or any.
Inherited from Action |
Target |
Specifies the type of the View, for which an Action is intended.
Inherited from Action |
Test |
For internal use only.
Inherited from Action |
Tool |
Specifies a tooltip for an Action.
Inherited from Action |
Type |
Specifies the type of the View for which an Action is intended.
Inherited from Action |
See Also