[]
Interface implemented by editors and used by the treeview to host edit controls on cells.
public interface IC1TreeEditor
Name | Description |
---|---|
C1EditorGetValue() | Gets the current value of the editor. |
C1EditorInitialize(object, IDictionary) | Called to initialize the editor content. |
C1EditorKeyDownFinishEdit(KeyEventArgs) | Gets a value that determines whether a given key should finalize editing. |
C1EditorSetFormat(string) | Sets the format string used to display the value when the control is in edit mode. |
C1EditorUpdateBounds(Rectangle) | Called to update the editor's size and position. |
C1EditorValueIsValid() | Gets a value that determines if the editor's current contents are valid. |