IEmbeddedEditor Interface Members
In This Topic
The following tables list the members exposed by IEmbeddedEditor.
Public Methods
| Name | Description |
 | GetEditStyle | Gets the editor style, which determines the type of button that is displayed in the cell before and during editing (DropDown, Modal, or None). |
 | GetValue | Gets the current value of the editor. |
 | HandleFinishEdit | Gets a value that determines whether a given key should finalize editing. |
 | Initialize | Initializes the editor content and styles. |
 | IsValueValid | Gets a value that determines if the editor's current contents are valid. |
 | SetFormat | Sets the format string used to display the value when the control is in edit mode. |
 | UpdateBounds | Updates the editor's size and position. |
Top
See Also