VLButtonBar Reference

Method Remove

See Also See Also Applies To Applies To

Removes a specific CGroup object from CGroups collection 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 CGroups.
index An integer or string that uniquely identifies the CGroup object within the CGroups collection.

 

Remarks

You cannot remove all the groups from the button bar. If you attempt to remove the last remaining group in a button bar control, an error will be raised and remove request will be ignored.