ZeeGrid Control Message

ZGM_ENABLETBPRINT


ZGM_ENABLETBPRINT

An application sends a ZGM_ENABLETBPRINT message to enable or disable the print button on the ZeeGrid toolbar.

ZGM_ENABLETBPRINT
wParam = (WPARAM) (BOOL) fEnable;  //enable flag
lParam = 0;                        //not used; must be zero

Parameters

fEnable
Value of wParam. A value of TRUE will enable the print button on the toolbar. A value of FALSE will disable the print button on the toolbar.

Return Values

This message does not return a value.

Remarks

The toolbar print button is enabled by default.

Copyright © 2002-2016 by David Hillard