IToolbarControls

Description

The IToolbarControls interface contains properties and methods that are used to work with collection of control elements placed on the toolbar.

Properties

  Property name Brief description
Count The Count property returns the number of components placed on the toolbar.
Item The Item property returns parameters of the component placed on the toolbar.

Methods

  Method name Brief description
Add The Add method adds a component to the toolbar.
Clear The Clear method removes all components placed on the toolbar.
Delete The Delete method deletes a component from the toolbar.
IndexOf The IndexOf method returns index of the component placed on the toolbar.
Insert The Insert method inserts a component in the specified position on the toolbar.

See also:

Forms Assembly Interfaces