Table of Contents

Class ControlCategoryAttribute

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies the category in which the control will be displayed in a tool box.

[AttributeUsage(AttributeTargets.Class)]
public sealed class ControlCategoryAttribute : Attribute
Inheritance
ControlCategoryAttribute

Constructors

ControlCategoryAttribute(string)

Initializes a new instance of the ControlCategoryAttribute class with the specified category name.

Properties

CategoryId

Gets the id of the category for the control that this attribute is bound to.

CategoryTitle

Gets the title of the category for the control that this attribute is bound to.

IsHidden

Gets whether category is hidden.

Methods

GetLocalizedTitle(string)

Gets localized title for the specified category id.