|
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.
rectEdit | The bounding rectangle of in-place editor. |
rectSpin | The bounding rectangle of the spin control. Should be empty if the in-place editor has no spinbox. |