System.ComponentModel.InstanceCreationEditor Class

Creates an instance of a particular type of property from a drop-down box within the System.Windows.Forms.PropertyGrid.

See Also: InstanceCreationEditor Members

Syntax

public abstract class InstanceCreationEditor

Remarks

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.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0