Represents an action that can be added to toolbars by user.
| C# | Visual Basic | Visual C++ |
public interface IToolbarAction : IFlexivertPlugin
Public Interface IToolbarAction _ Implements IFlexivertPlugin
public interface class IToolbarAction : IFlexivertPlugin
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Category |
Gets a member of ActionCategories indicating the action's category.
| |
| DisplayImage |
Gets the image displayed for the button representing this toolbar action.
| |
| DisplayName |
Gets the display name of the plugin.
(Inherited from IFlexivertPlugin.) | |
| Perform(IFlexivertApplication) |
Performs the action. This method is called by the application, when the
user clicks on the button corresponding to this action.
|