Jump to content

SpQueryLboxSelectedItem: Difference between revisions

From EDM2
Created page with " Returns the index of the selected item in the List Box (for single selection only). '''Syntax:''' item = spQueryLboxSelectedItem ( hwndLbox ) '''Parameter:''' hwndLbox – ..."
 
Ak120 (talk | contribs)
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
'''Returns:''' Index of the selected item in the list box.
'''Returns:''' Index of the selected item in the list box.


[[Category:The OS/2 API Project]]
[[Category:SpUtils]]

Latest revision as of 00:04, 27 February 2017

Returns the index of the selected item in the List Box (for single selection only).

Syntax: item = spQueryLboxSelectedItem ( hwndLbox )

Parameter: hwndLbox – List box handle.

Returns: Index of the selected item in the list box.