[]
Represents a dictionary of custom designers configured for components.
public sealed class CustomDesignerConfigurationDictionary
Name | Description |
---|---|
CustomDesignerConfigurationDictionary() | Initializes a new instance of CustomDesignerConfigurationDictionary class. |
CustomDesignerConfigurationDictionary(IEnumerable<CustomDesignerConfig>) | Initializes a new instance with a predefined custom designers configurations. |
Name | Description |
---|---|
GetCustomTypeNameForDesigner(Type) | Gets the string value associated with the specified designer. |
GetDesignerForCustomTypeName(string) | Returns the Type of the custom designer configured for the specified component type or null. |
GetStyleDefaultsForDesigner(Type) | Gets the style defaults for designer. |
GetToolboxItems() | Returns toolbox items configuration |