VLButtonBar Reference

Read/Write Property ParentGroup

See AlsoSee Also Applies To Applies To

Sets or returns the CGroup object containing this button.

 

Syntax

Set object.ParentGroup = aGroup

 

The ParentGroup property syntax has these parts:

Part Description
Object An object expression that evaluates to a CButton.
aGroup An object expression that evaluates to a CGroup.

 

Remarks

You can programmatically move a button from one group to another, simply by setting a different parent group for the button