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.​Design.​IDesigner

Assembly: System.ComponentModel.TypeConverter

Implemented Interfaces

Provides the basic framework for building a custom designer.

Properties

Component
Gets the base component that this designer is designing.
Gets a collection of the design-time verbs supported by the designer.

Methods

void
DoDefaultAction​()
Performs the default action for this designer.
void
Initialize​(IComponent component)
Initializes the designer with the specified component.
component The component to associate with this designer.