VpeGetControlGroupObject

<< Click to Display Table of Contents >>

Navigation:  Interactive Objects >

VpeGetControlGroupObject

Previous pageReturn to chapter overviewNext page

Returns the Control Handle of the group object at which the specified control belongs to.

VpeHandle VpeGetControlGroupObject(

VpeHandle hControl,

)

VpeHandle hControl

Control Handle

Returns:

The Control Handle of the group object the specified control belongs to.

If the specified control does not belong to a group, or the supplied object handle does not specify a control, NULL is returned.

Remarks:

The function allows that hControl may be NULL, in this case the function returns NULL.

 

See Also:

"Interactive Documents" in the Programmer's Manual.