Class ToolboxItemAttribute
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class ToolboxItemAttribute : Attribute, _Attribute
- Inheritance
-
ToolboxItemAttribute
- Implements
- Inherited Members
Constructors
ToolboxItemAttribute(Type, string, string, string)
public ToolboxItemAttribute(Type documentType, string name, string category, string iconSource = null)
Parameters
Properties
Category
public string Category { get; set; }
Property Value
DocumentType
public Type DocumentType { get; set; }
Property Value
IconSource
public string IconSource { get; set; }
Property Value
Name
public string Name { get; set; }