|  | IActionBase Interface | 
Namespace: EBP.Api.Interfaces.Menus
 Syntax
SyntaxThe IActionBase type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Enabled | 
            Indicates whether the associated components are enabled.
             | 
|  | ImageIndex | 
            Image Index
             | 
|  | ImageList | 
            Image List
             | 
|  | ShortcutKeys | 
            Indicates the shortcut keys for this Action.
             | 
|  | Text | 
            The text used in controls associated to this Action.
             | 
|  | Visible | 
            Indicates whether the associated components are visible or hidden.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | ActionExecute | 
            This event is triggered when the action is executed
             | 
|  | ActionUpdate | 
            This event is triggered when the action is updated
             | 
 See Also
See Also