Click or drag to resize

ListBox.IsSelected Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD IsSelected(
	iIdx AS LONG
) AS LOGIC
Request Example View Source

Parameters

iIdx
Type: Long
Index position of the list box item.

Return Value

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