TypeDescriptor.CreateDesigner Method
Creates an instance of the designer associated with the specified component and of the specified type of designer.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
Parameters
- component
- Type: System.ComponentModel.IComponent
An IComponent that specifies the component to associate with the designer.
- designerBaseType
- Type: System.Type
A Type that represents the type of designer to create.
Return Value
Type: System.ComponentModel.Design.IDesignerAn IDesigner that is an instance of the designer for the component, or null if no designer can be found.
If this method cannot find a valid DesignerAttribute, it searches up the class hierarchy for a designer. If it cannot find a designer in the class hierarchy, it returns null.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.