The ITypeEditorControl type exposes the following members.

Methods

  Name Description
Public method Attach
Attaches (initializes) the editor with the current property.
Public method Create
Creates ands initializes a new instance of the editor
Public method Detach
Detaches (releases) the editor that was attached with the property passed as parameter.
Public method Supports
Returns true if the editor supports (is able to show/edit) the property values described by the PropertyAttribute.

Events

  Name Description
Public event ValueChanged
Fired when the value of the current property has changed.

See Also