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

Author: Đonny

CategoryAttribute which's value is one of known values

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

Syntax

C#
public class KnownCategoryAttribute : CategoryAttribute
Visual Basic
Public Class KnownCategoryAttribute _
	Inherits CategoryAttribute
Visual C++
public ref class KnownCategoryAttribute : public CategoryAttribute
F#
type KnownCategoryAttribute =  
    class
        inherit CategoryAttribute
    end
JScript
public class KnownCategoryAttribute extends CategoryAttribute

Inheritance Hierarchy

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

See Also

Collapse/expand Version History

1.5.2