CommandBarButtons.Clear

Syntax:

Clear()

Description:

Deletes all command bar buttons.

Availability:

Thick client.

Example:

CP = Controls.CommandBar;
CP.Buttons.Clear();


    

1C:Enterprise Developer's Community