Click or drag to resize

ListBox.ChangeSelected Method

X#
Change a range of items in a multiple selection list box to a specified selection.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ChangeSelected(
	oRange,
	lEnabled
) AS USUAL CLIPPER
Request Example View Source

Parameters

oRange (Optional)
Type: Usual
The Range object representing the selected items.
lEnabled (Optional)
Type: Usual
The state of the selected items. If not specified, the default is TRUE.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
This method is intended for use with a multiple selection list box (i.e., a list box created using the LBOXMULTIPLESEL style).
See Also