Click or drag to resize

Control.CreateWindowEx Method (Typed)

X#

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 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
Request Example View Source

Parameters

dwExStyle
Type: Long
sCaption
Type: String
dwStyle
Type: Long
nX
Type: Long
nY
Type: Long
nWidth
Type: Long
nHeight
Type: Long
oOwner
Type: Window

Return Value

Type: Control
See Also