Click or drag to resize

IActionBase Interface

Base Action

Namespace:  EBP.Api.Interfaces.Menus
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IActionBase : IDisposable, 
	IEquatable<IProxy>

The IActionBase type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Indicates whether the associated components are enabled.
Public propertyImageIndex
Image Index
Public propertyImageList
Image List
Public propertyShortcutKeys
Indicates the shortcut keys for this Action.
Public propertyText
The text used in controls associated to this Action.
Public propertyVisible
Indicates whether the associated components are visible or hidden.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Events
  NameDescription
Public eventActionExecute
This event is triggered when the action is executed
Public eventActionUpdate
This event is triggered when the action is updated
Top
See Also