They give addition information for current class
There are several type of class attributes:
- Group Attribute
... [Toolbox("General")]
public class MyComponent{....} ...
The component can be find in "General" group of components
Default Group is General. [Toolbox("General")]
- Parent Attribute
public class Image ... [Parent("MyParent")]
public class MyComponent {....} ...
-
Child Attribute
... [Child("MyChild")]
public class MyComponent{....} ...