点击或拖拽改变大小

Control.CreateWindowEx 方法

X#

命名空间:  XSharp.VO.SDK
程序集:  XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD CreateWindowEx(
	dwExStyle AS LONG,
	sCaption AS STRING,
	dwStyle AS LONG,
	nX AS LONG,
	nY AS LONG,
	nWidth AS LONG,
	nHeight AS LONG,
	oOwner AS Window
) AS Control
查看代码

参数

dwExStyle
类型:Int32
sCaption
类型:String
dwStyle
类型:Int32
nX
类型:Int32
nY
类型:Int32
nWidth
类型:Int32
nHeight
类型:Int32
oOwner
类型:Window

返回值

类型:Control
参见