'Declaration Protected Friend Sub CalculateEditorBounds( _ ByVal control As Control, _ ByVal cell As Cell, _ ByRef bounds As Rectangle _ )
'Usage Dim instance As CellEditorManager Dim control As Control Dim cell As Cell Dim bounds As Rectangle instance.CalculateEditorBounds(control, cell, bounds)
Parameters
- control
- The System.Windows.Forms.Control that will be used to edit the content of the cell.
- cell
- The Xceed.Grid.Cell whose content is to be edited by the control.
- bounds
- A System.Drawing.Rectangle structure representing the bounds of the editor.