Click or drag to resize

ListBox.IsSelected Method

X#
Determine if the list box item at the specified index position is selected.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD IsSelected(
	iIdx
) AS USUAL CLIPPER
Request Example View Source

Parameters

iIdx (Optional)
Type: Usual
Index position of the list box item.

Return Value

Type: Usual
TRUE if selected; otherwise, FALSE.
See Also