RadControls for WinForms

Creates a new instance of the ToolboxCategory attribute with the specified title.

Namespace: Telerik.WinControls.Design
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public TelerikToolboxCategoryAttribute(
	string categoryTitle
)
Visual Basic
Public Sub New ( _
	categoryTitle As String _
)

Parameters

categoryTitle
Type: System..::..String
The title of the category where the control will be placed

See Also