BCGSuite for MFC
void CBCGPGridCtrl::SetGridFooterHeight ( int  nHeight)
inline

Reserves space for grid footer.

Use this function to reserve space for the grid footer. The grid footer is a reserved space at the bottom of the grid where you can add your custom controls. This parameter is ignored when printing. By default the grid footer is filled with the grey color and its height is zero.

Parameters
nHeightSpecifies the height of the grid footer.