IModelAction Members
In This Article
#Properties
Name | Description |
---|---|
Application |
Provides access to the Application Model‘s root node.
Inherited from IModel |
Caption | Specifies the Action’s caption. |
Caption |
Specifies the format for a Single |
Category | Indicates the current Action category. |
Choice |
Provides acess to the child Choice |
Confirmation |
Specifies the message displayed when an end-user executes the current Action. |
Controller | Indicates the Controller in which the current Action is contained. |
Default |
Specifies the Choice Action Item that is executed when an end-user clicks the Choice Action. |
Disable |
Provides access to the child Disable |
Id | Indicates the current Action identifier. |
Image |
Specifies the type of the image that is displayed by the current Action’s control. |
Image |
Specifies the name of the image that is displayed on the current action’s control. |
Index |
Specifies the order index by which nodes are arranged.
Inherited from IModel |
Node |
Gets the number of child nodes.
Inherited from IModel |
Null |
Specifies the default text that is displayed in the Parametrized Action’s control. |
Paint |
Specifies the Action‘s paint style. |
Parent |
Provides access to the parent node.
Inherited from IModel |
Quick |
Specifies whether the current Action is accessible via the Quick Access Toolbar (this toolbar is available when the Ribbon UI is used in Windows Forms application). |
Root |
For internal use only.
Inherited from IModel |
Selection |
Specifies a context for enabling the Action. |
Short |
Specifies the caption for a Parametrized Action’s button. |
Shortcut |
Defines the keyboard shortcut used to execute the current Action. Has effect in Win |
Show |
Specifies whether to execute the Action when clicking it, or show its drop-down with items. |
Target |
Specifies the criteria that must be satisfied by the selected object |
Target |
Specifies whether all the currently selected objects must satisfy the IModel |
Target |
Indicates the type of objects for which the current Action is available. |
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. |
Target |
Indicates the type of the View for which the Action is activated. |
Target |
Indicates the type of the View for which the Action is activated. |
Tool |
Specifies the tooltip text.
Inherited from IModel |
#Methods
Name | Description |
---|---|
Add |
Adds a new child node of a specific type.
Inherited from IModel |
Add |
Adds a new child node of a specific type with a specific identifier.
Inherited from IModel |
Clear |
Resets the node’s property value to the value specified in the previous Application Model layer.
Inherited from IModel |
Get |
Gets the child node with a specific index.
Inherited from IModel |
Get |
Gets the child node with a specific identifier.
Inherited from IModel |
Get |
Returns the value of the node’s specified property.
Inherited from IModel |
Has |
Indicates whether the node’s property has a value assigned.
Inherited from IModel |
Remove() |
Removes the current node.
Inherited from IModel |
Set |
Changes the value of the node’s specified property.
Inherited from IModel |
See Also