VLButtonBar Reference

Event ButtonMoved

See Also See Also Applies To Applies To

This event is triggered when a button is moved from one group to another.

 

Syntax

Private Sub object_ButtonMoved(aButton As CButton)

 

The ButtonMoved 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 moved button.