Control.CreateWindowEx 方法 | |
命名空间:
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
public virtual Control CreateWindowEx(
int dwExStyle,
string sCaption,
int dwStyle,
int nX,
int nY,
int nWidth,
int nHeight,
Window oOwner
)
查看代码参数
- dwExStyle
- 类型:Int32
- sCaption
- 类型:String
- dwStyle
- 类型:Int32
- nX
- 类型:Int32
- nY
- 类型:Int32
- nWidth
- 类型:Int32
- nHeight
- 类型:Int32
- oOwner
- 类型:Window
返回值
类型:
Control参见