[]
Returns the Type of the custom designer configured for the specified component type or null.
public Type GetDesignerForCustomTypeName(string customTypeName)
Type | Name | Description |
---|---|---|
string | customTypeName | The value of Type for which a configured designer is sought for. |
Type | Description |
---|---|
Type | The Type of the custom designer configured for the specified component, or null if a custom designer is not configured for the specified component. |