[]
The Interface for the all the editors used by the C1PropertyGrid.
public interface ITypeEditorControl
Public Interface ITypeEditorControl
| Name | Description |
|---|---|
| Attach(PropertyAttribute) | Attaches (initializes) the editor with the current property. |
| Create() | Creates ands initializes a new instance of the editor |
| Detach(PropertyAttribute) | Detaches (releases) the editor that was attached with the property passed as parameter. |
| Supports(PropertyAttribute) | Returns true if the editor supports (is able to show/edit) the property values described by the PropertyAttribute. |
| Name | Description |
|---|---|
| ValueChanged | Fired when the value of the current property has changed. |