GridSetFocus Function

Microchip Graphics Library

Microchip Graphics Library
GridSetFocus Function
C
void GridSetFocus(
    GRID * pGrid, 
    SHORT column, 
    SHORT row
);
Overview

This function sets the focus of the specified Grid Item or cell.

Input Parameters
Input Parameters 
Description 
GRID * pGrid 
The pointer to the Grid object. 
SHORT column 
the column index of the cell 
SHORT row 
the row index of the cell 
Returns

none.

Preconditions

Object must be created before this function is called.

Side Effects

none

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