[]
        
Interface that defines the methods required by objects used as editors. Editors allow the user to edit the cell contents.
public interface IEditorSupport
  Public Interface IEditorSupport
  | Name | Description | 
|---|---|
| SelectionLength | Gets or sets the number of characters selected in the control.  | 
      
| SelectionStart | Gets or sets the number of the character's position from which to start selecting.  | 
      
| SubEditor | Gets the subeditor in the cell.  | 
      
| Name | Description | 
|---|---|
| ShouldResentMouseEvent(Point) | Get a value that indicates whether there is a need to resend the mouse event when the mouse button is pressed down on the component.  | 
      
| Name | Description | 
|---|---|
| AfterFocus | Occurs after the control receives the focus.  | 
      
| SubEditorClosed | Occurs when the subeditor for a cell closes.  | 
      
| SubEditorOpening | Occurs when the subeditor for a cell opens.  | 
      
| UserError | Occurs when content is provided that cannot be processed or is invalid.  |