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.
Name | Description | |
---|---|---|
Add | Adds a button created with ILkToolbar.CreateButton to the collection. | |
Insert | Inserts a button created with ILkToolbar.CreateButton to the collection at specified position. | |
Item | Allows accessing a button in the collection by index. |
Name | Description | |
---|---|---|
Count | Retrieves a number of buttons in the list. |