C
void LbSetFocusedItem( LISTBOX * pLb, SHORT index );
Overview
This function sets the focus for the item with the given index.
Input Parameters
Input Parameters |
Description |
LISTBOX * pLb |
The pointer to the list box object. |
SHORT index |
The index number of the item to be focused. First item on the list is always indexed 0. |
Returns
none.
Preconditions
none
Side Effects
none