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.​IComponentInitializer
Assembly: System.ComponentModel.TypeConverter
Provides a set of recommended default values during component creation.
Methods
void
InitializeExistingComponent​(Collections.​IDictionary defaultValues)
Restores an instance of a component to its default state.
defaultValues
A dictionary of default property values, which are name/value pairs, with which to reset the component's state.
void
InitializeNewComponent​(Collections.​IDictionary defaultValues)
Initializes a new component using a set of recommended values.
defaultValues
A dictionary of default property values, which are name/value pairs, with which to initialize the component's state.