This attribute should be used on classes which will be present in the Visual Studio toolbox (i.e. the ones that should also have a ToolboxBitmapAttribute attribute).
Namespace: Telerik.WinControls.DesignAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)
Syntax
| C# |
|---|
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class TelerikToolboxCategoryAttribute : Attribute |
| Visual Basic |
|---|
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False, Inherited := True)> _
Public NotInheritable Class TelerikToolboxCategoryAttribute _
Inherits Attribute |
Inheritance Hierarchy
System..::..Object
System..::..Attribute
Telerik.WinControls.Design..::..TelerikToolboxCategoryAttribute
See Also