C
SHORT LbGetFocusedItem( LISTBOX * pLb );
Overview
This function returns the index of the focused item in the list box.
Input Parameters
Input Parameters |
Description |
LISTBOX * pLb |
The pointer to the list box object. |
Returns
Returns the index of the focused item in the list box.
Preconditions
none
Side Effects
none