VLButtonBar Reference

Event ButtonRemoved

See Also See Also Applies To Applies To

This event is triggered when a button is removed from a group.

 

Syntax

Private Sub object_ButtonRemoved(aButton As CButton)

 

The ButtonRemoved 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 removed button.