The IToolbarControls interface contains properties and methods that are used to work with the collection of controls placed on the toolbar.
Property name | Brief description | |
Count | The Count property returns the number of components located on the toolbar. | |
Item | The Item property returns parameters of the component located on the toolbar. |
Method name | Brief description | |
Add | The Add method adds a component to the toolbar. | |
Clear | The Clear method removes all components located on the toolbar. | |
Delete | The Delete method deletes a component from the toolbar. | |
IndexOf | The IndexOf method returns index of the component located on the toolbar. | |
Insert | The Insert method inserts a component to the specified position on the toolbar. |
See also: