Creates an instance of a particular type of property from a drop-down box within the System.Windows.Forms.PropertyGrid.
See Also: InstanceCreationEditor Members
Usually, the text specified by InstanceCreationEditor.Text is displayed on the drop-down box from the System.Windows.Forms.PropertyGrid as a link or button. When clicked, the InstanceCreationEditor.CreateInstance(ITypeDescriptorContext, Type) method is called with the Type of the object to create.