Click or drag to resize

BaseListBox Constructor

X#
Construct a list box.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner,
	xID,
	oPoint,
	oDimension,
	kStyle,
	lDataAware
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns the list box.
xID (Optional)
Type: Usual
The unique ID of the list box (between 1 and 8000).
oPoint (Optional)
Type: Usual
The origin of the list box in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the list box in canvas coordinates.
kStyle (Optional)
Type: Usual
The style of the list box, specified as one of the following constants:
lDataAware (Optional)
Type: Usual
A logical value specifying whether the list box is data aware.
Remarks
Possible style values are:
ConstantWindows API Constant
LBOXDISABLENOSCROLLLBS_DISABLENOSCROLL
LBOXEXTENDEDSELLBS_EXTENDEDSEL
LBOXHASSTRINGSLBS_HASSTRINGS
LBOXMULTICOLUMNLBS_MULTICOLUMN
LBOXMULTIPLESELLBS_MULTIPLESEL
LBOXNOINTEGRALHEIGHTLBS_NOINTEGRALHEIGHT
LBOXNOREDRAWLBS_NOREDRAW
LBOXNOTIFYLBS_NOTIFY
LBOXOWNERDRAWFIXEDLBS_OWNERDRAWFIXED
LBOXOWNERDRAWVARIABLELBS_OWNERDRAWVARIABLE
LBOXSORTLBS_SORT
LBOXSTANDARD LBS_STANDARD
LBOXUSETABSTOPSLBS_USETABSTOPS
LBOXWANTKEYBOARDINPUTLBS_WANTKEYBOARDINPUT
See Also