Click or drag to resize

Control.SetParent Method

X#
Change the parent handle for the control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetParent(
	hWndNewParent AS PTR
) AS VOID
Request Example View Source

Parameters

hWndNewParent
Type: Void*
The new parent handle for the control.
See Also