Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CreatableItemAttribute Constructors

Specifies whether a class will have a corresponding item in the New Action’s item list.
Name Parameters Description
CreatableItemAttribute() none Initializes a new instance of the CreatableItemAttribute class with default settings.
CreatableItemAttribute(Boolean) isCreatableItem Initializes a new instance of the CreatableItemAttribute class with the specified CreatableItemAttribute.IsCreatableItem property.
See Also