Flexivert Library Documentation
IToolbarAction Interface
NamespacesFlexivert.UIIToolbarAction
Represents an action that can be added to toolbars by user.
Declaration Syntax
C#Visual BasicVisual C++
public interface IToolbarAction : IFlexivertPlugin
Public Interface IToolbarAction _
	Implements IFlexivertPlugin
public interface class IToolbarAction : IFlexivertPlugin
Members
All MembersMethodsProperties



IconMemberDescription
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.

Assembly: FVUI (Module: FVUI) Version: 0.5.4.9 (0.5.4.9)