点击或拖拽改变大小

Functions.Win32SetParent 方法

X#

命名空间:  VOGUIClasses
程序集:  VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法
[DllImportAttribute("USER32", EntryPoint := "SetParent", CharSet := CharSet.Auto, 
	ExactSpelling := TRUE, SetLastError := TRUE)]
 FUNCTION Win32SetParent(
	hWndChild AS PTR,
	hWndNewParent AS PTR
) AS PTR
查看代码

参数

hWndChild
类型:Void*
hWndNewParent
类型:Void*

返回值

类型:Void*
参见