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