GuiFactory.CreateControl 方法 | |
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD CreateControl(
type AS ControlType,
owner AS Control,
liStyle AS LONG,
liExStyle AS LONG
) AS Object
public virtual Object CreateControl(
ControlType type,
Control owner,
int liStyle,
int liExStyle
)
查看代码参数
- type
- 类型:ControlType
- owner
- 类型:Control
- liStyle
- 类型:Int32
- liExStyle
- 类型:Int32
返回值
类型:
Object参见