Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​ComponentModel.​ComponentEditor

Assembly: System.ComponentModel.TypeConverter

Inheritance: object → ComponentEditor

Provides the base class for a custom component editor.

Methods

public bool
EditComponent​(ITypeDescriptorContext? context, object component)
Edits the component and returns a value indicating whether the component was modified based upon a given context.
Returns <see langword="true" /> if the component was modified; otherwise, <see langword="false" /> .
context An optional context object that can be used to obtain further information about the edit.
component The component to be edited.
public bool
EditComponent​(object component)
Edits the component and returns a value indicating whether the component was modified.
Returns <see langword="true" /> if the component was modified; otherwise, <see langword="false" /> .
component The component to be edited.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object