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.
interface System.​ComponentModel.​IExtenderProvider
Assembly: System.ComponentModel.TypeConverter
Defines the interface for extending properties to other components in a container.
Methods
bool
CanExtend​(object extendee)
Specifies whether this object can provide its extender properties to the specified object.
Returns <see langword="true" /> if this object can provide extender properties to the specified object; otherwise, <see langword="false" /> .
extendee
The <see cref="T:System.Object" /> to receive the extender properties.