C
void LbChangeSel( LISTBOX * pLb, LISTITEM * pItem );
Overview
This function changes the selection status of an item in the list box. If the item is currently selected, it resets the selection. If the item is currently not selected it is set to be selected.
Input Parameters
Input Parameters |
Description |
LISTBOX * pLb |
The pointer to the list box object. |
LISTITEM * pItem |
The pointer to the item the selection status will be changed. |
Returns
none
Preconditions
none
Side Effects
none