VLButtonBar Reference

Read/Write Property Remove

See Also See Also Applies To Applies To

Removes a specific CButton object from CButtons collection of a group of a VLButtonBar control.

 

Syntax

object.Remove index

 

The Remove method syntax has these parts:

Part Description
object An expression evaluating to an object of type CButtons.
index An integer or string that uniquely identifies the CButton object within the CButtons collection.

 

Remarks

To remove all the members of a collection, use the Clear method.

The control will notify button removal by triggering ButtonRemoved event.