ZeeGrid Control Message

ZGM_GETCOLWIDTH


ZGM_GETCOLWIDTH

An application sends a ZGM_GETCOLWIDTH message to get the width of the specified column in pixels.

ZGM_GETCOLWIDTH
wParam = (WPARAM)(int) iCol;        //column number
lParam = 0;                         //not used; must be zero

Parameters

iCol
The value of wParam. The column number to get the width.

Return Values

The width of the specified column in pixels.

Copyright © 2002-2016 by David Hillard