[]
Interface that defines the methods and properties required by objects used as editors within the editor.
public interface ISubEditor
Public Interface ISubEditor
Name | Description |
---|---|
GetLocation(Rectangle) | 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(object) | Sets the value into the subeditor control. |
Name | Description |
---|---|
CloseUp | Occurs when the subeditor control goes away. |
ValueChanged | Occurs when the value in the subeditor changes. |