ListBox.IsSelected Method (Typed) | |
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
public virtual bool IsSelected(
int iIdx
)
Request Example
View SourceParameters
- iIdx
- Type: Long
Index position of the list box item.
Return Value
Type:
Logic
TRUE if selected; otherwise, FALSE.
See Also