[This is preliminary documentation and is subject to change.]

CategoryAttribute which's value is one of known values

Namespace:  Tools.ComponentModelT
Assembly:  Tools (in Tools.dll) Version: 1.5.2.0

Author: Đonny

Vertion history

1.5.2 (Nightly)
VersionAttribute and AuthorAttribute removed

Syntax

C#
public class KnownCategoryAttribute : CategoryAttribute
Visual Basic (Declaration)
Public Class KnownCategoryAttribute _
	Inherits CategoryAttribute
Visual C++
public ref class KnownCategoryAttribute : public CategoryAttribute
J#
public class KnownCategoryAttribute extends CategoryAttribute
JScript
public class KnownCategoryAttribute extends CategoryAttribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    System.ComponentModel..::.CategoryAttribute
      Tools.ComponentModelT..::.KnownCategoryAttribute

See Also