ISubEditor Interface Members
In This Topic
The following tables list the members exposed by ISubEditor.
Public Methods
| Name | Description |
| GetLocation | Gets the initial location of the subeditor control. |
| GetPreferredSize | Gets the preferred (maximum required) size of the cell for the subeditor control. |
| GetSubEditorControl | Gets the control associated with the subeditor. |
| GetValue | Gets the value from the subeditor control. |
| SetValue | Sets the value into the subeditor control. |
Top
Public Events
| Name | Description |
| CloseUp | Occurs when the subeditor control goes away. |
| ValueChanged | Occurs when the value in the subeditor changes. |
Top
See Also