Control.SetParent Method | |
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
public virtual void SetParent(
void* hWndNewParent
)
Request Example
View SourceParameters
- hWndNewParent
- Type: Void*
The new parent handle for the control.
See Also