Control.CreateWindowEx Method (Typed) | |
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
public virtual Control CreateWindowEx(
int dwExStyle,
string sCaption,
int dwStyle,
int nX,
int nY,
int nWidth,
int nHeight,
Window oOwner
)
Request Example
View SourceParameters
- 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:
ControlSee Also