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