IEditorSupport Interface Members
In This Topic
The following tables list the members exposed by IEditorSupport.
Public Properties
| 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. |
Top
Public Methods
| Name | Description |
 | ShouldResentMouseEvent | 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. |
Top
Public Events
| 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. |
Top
See Also