ILkToolbarButtonList Interface

ILkToolbarButtonList is a collection interface of toolbar buttons. It's used to add and access toolbar buttons and dropdown subbuttons.

The ILkToolbarButtonList type exposes the following members.

Methods

NameDescription
Public method Add Adds a button created with ILkToolbar.CreateButton to the collection.
Public method Insert Inserts a button created with ILkToolbar.CreateButton to the collection at specified position.
Properties

NameDescription
Public property Count Retrieves a number of buttons in the list.
Public property Item Allows accessing a button in the collection by index.
See Also