VLButtonBar Reference

Event ButtonAdded

See Also See Also Applies To Applies To

This event is triggered when a button is added to a group.

 

Syntax

Private Sub object_ButtonAdded(aButton As CButton)

 

The ButtonAdded event syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies to list.
aButton An object expression that evaluates to CButton specifying the added button.