Toolbar interface. Allows managing toolbar buttons. It can be used to connect toolbar click events.
The ILkToolbar type exposes the following members.
Name | Description | |
---|---|---|
Activate | Activates this toolbar. | |
CreateButton | Creates a blank button, need to call Add in a collection |
Name | Description | |
---|---|---|
Buttons | Provides a collection of buttons. It can be used to add new buttons or to change a button state. | |
Id | Defines a toolbar identifier. | |
Title | Defines a toolbar title. |
Name | Description | |
---|---|---|
Click | Notifies a plugin on a toolbar button click. |