The following tables list the members exposed by IEditor.
Name | Description | |
---|---|---|
![]() | CancelEditing | Cancels the editing of a cell. |
![]() | GetEditorControl | Gets the control associated with the editor. |
![]() | GetEditorValue | Gets the value in the editor control. |
![]() | GetPreferredSize | Gets the preferred (maximum needed) size of the cell for the editor control. |
![]() | GetReservedCursor | Gets the cursor reserved for this editor. |
![]() | IsReservedKey | Determines whether the specified key has special meaning to the editor control. |
![]() | IsReservedLocation | Determines whether the specified cursor location has special meaning to the editor control. |
![]() | IsValid | Determines whether the specified value is valid. |
![]() | SetEditorValue | Sets the value of the editor control. |
![]() | ShowSubEditor | Shows the subeditor control associated with the cell. |
![]() | StartEditing | Starts the editing of a cell with the specified options. |
![]() | StopEditing | Stops the editing of a cell. |
Name | Description | |
---|---|---|
![]() | EditingCanceled | Occurs when editing (the editor control) has been canceled by the user. |
![]() | EditingStopped | Occurs when editing (the editor control) has been stopped by the user. |