VLButtonBar Reference

Read/Write Property GroupAdded

See Also See Also Applies To Applies To

This event is triggered when a new group is added to the control.

 

Syntax

Private Sub object_GroupAdded(aGroup As CGroup)

 

The GroupAdded event syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies to list.
aGroup An object expression that evaluates to CGroup specifying the added group.