VLButtonBar Reference

Event ButtonClick

See Also See Also Applies To Applies To

This event is triggered when a button is selected or clicked.

 

Syntax

Private Sub object_ButtonClick(aButton As CButton)

 

The ButtonClick 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.