ILkToolbar Interface

Toolbar interface. Allows managing toolbar buttons. It can be used to connect toolbar click events.

The ILkToolbar type exposes the following members.

Methods

NameDescription
Public method Activate Activates this toolbar.
Public method CreateButton Creates a blank button, need to call Add in a collection
Properties

NameDescription
Public property Buttons Provides a collection of buttons. It can be used to add new buttons or to change a button state.
Public property Id Defines a toolbar identifier.
Public property Title Defines a toolbar title.
Events

NameDescription
Public event Click Notifies a plugin on a toolbar button click.
See Also