Parameters
- control
- The System.Windows.Forms.Control that will be used to edit the content of the cell. Can be a null reference (Nothing in Visual Basic) if the editor is not displayed.
- cell
- The Xceed.Grid.Cell whose content is to be edited by the control.
- mode
- This parameter is reserved for future use.
- graphics
- Gets the System.Drawing.Graphics object used to paint.
- printing
- true if the editor is being printed; false otherwise.
Return Value
A value representing the fitted width of the cell editor in pixels. If -1, then no fitted width is required or desired.