Click or drag to resize

GuiFactory.CreateControl Method (Typed)

X#

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
Request Example View Source

Parameters

type
Type: ControlType
owner
Type: Control
liStyle
Type: Long
liExStyle
Type: Long

Return Value

Type: Object
See Also