ZeeGrid Control Message

ZGM_SETTITLEHEIGHT


ZGM_SETTITLEHEIGHT

An application sends a ZGM_SETTITLEHEIGHT message to set the minimum height in pixels of the ZeeGrid title.

ZGM_SETTITLEHEIGHT
wParam = (WPARAM)(int) iHeight;      //Minimum title height in pixels
lParam = 0;                          //not used; must be zero

Parameters

iHeight
The value of wParam. The minimum height of the ZeeGrid title in pixels.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard