ctrlGroup - Command to retrieve a control's parent ControlsGroup.
Syntax : ctrlGroup control
Arguments:
control - UI control.
Return :
Control of type CT_CONTROLS_GROUP (15)
controlNull if arg control is not in a ControlsGroup.
Example :
_controlsGroup = ctrlGroup _control;