VOTabControl Constructor (Control, Long, Long) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
Owner AS Control,
dwStyle AS LONG,
dwExStyle AS LONG
)
public VOTabControl(
Control Owner,
int dwStyle,
int dwExStyle
)
Request Example
View SourceParameters
- Owner
- Type: Control
- dwStyle
- Type: Long
- dwExStyle
- Type: Long
See Also