BCGSuite for MFC
virtual void CBCGPGridItem::AdjustInPlaceEditRect ( CRect &  rectEdit,
CRect &  rectSpin 
)
virtual

Sets bounding rectangles of in-place editor and spin control.

This virtual function is called by the framework before the grid control creates the in-place edit. The function sets the bounding rectangles of the in-place editor and the spin control.

Override this function if you need to customize margins of the in-place edit or use custom in-place editor.

Parameters
rectEditThe bounding rectangle of in-place editor.
rectSpinThe bounding rectangle of the spin control. Should be empty if the in-place editor has no spinbox.