VOListBox Constructor (Control, Long, Long, Logic) | |
Initializes a new instance of the
VOListBox class
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,
lHideVerticalScrollBars AS LOGIC
)
public VOListBox(
Control Owner,
int dwStyle,
int dwExStyle,
bool lHideVerticalScrollBars
)
Request Example
View SourceParameters
- Owner
- Type: Control
- dwStyle
- Type: Long
- dwExStyle
- Type: Long
- lHideVerticalScrollBars
- Type: Logic
See Also