LbChangeSel Function

Microchip Graphics Library

Microchip Graphics Library
LbChangeSel Function
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

Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved