GuiFactory.CreateControl Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax 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
)
Request Example
View SourceParameters
- type
- Type: ControlType
- owner
- Type: Control
- liStyle
- Type: Long
- liExStyle
- Type: Long
Return Value
Type:
ObjectSee Also