ListBox.IsSelected Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual IsSelected(
Usual iIdx = default
)
Request Example
View SourceParameters
- iIdx (Optional)
- Type: Usual
Index position of the list box item.
Return Value
Type:
Usual
TRUE if selected; otherwise, FALSE.
See Also