Bexel Manager API Documentation
|
Represents the external command add-in. More...
Public Member Functions | |
ResultType | Execute () |
Executes the external command's logic. More... | |
Represents the external command add-in.
External command add-ins are placed in a list in host application UI and are only identified by the name. It is not possible to specify any custom tabs, groups or buttons for the external command within the host application UI.
ResultType Bexel.Api.IExternalCommand.Execute | ( | ) |
Executes the external command's logic.
This method is called when the user activates the external command (e.g. by clicking on it). Implementers should use this method to initiate the external command's logic.