ZeeGrid Control Message

ZGM_SELECTROW


ZGM_SELECTROW

An application sends a ZGM_SELECTROW message to programmatically select a ZeeGrid row. This is done manually by the user by clicking in the row's row number column (if displayed).

ZGM_SELECTROW
wParam = (WPARAM)(int) iRow;        //row number to select
lParam = 0;                         //not used; must be zero

Parameters

iRow
The value of wParam. The row number to select.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard