Click or drag to resize
DesignerCategoryAttribute Class
Specifies that the designer for a class belongs to a certain category.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.ComponentModelDesignerCategoryAttribute

Namespace: System.ComponentModel
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public sealed class DesignerCategoryAttribute : Attribute

The DesignerCategoryAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDesignerCategoryAttribute
Initializes a new instance of the System.ComponentModel.DesignerCategoryAttribute class with an empty string ("").
Public methodDesignerCategoryAttribute(String)
Initializes a new instance of the System.ComponentModel.DesignerCategoryAttribute class with the given category name.
Top
Methods
  NameDescription
Public methodEquals
Returns whether the value of the given object is equal to the current System.ComponentModel.DesignOnlyAttribute.
(Overrides AttributeEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides AttributeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsDefaultAttribute
Determines if this attribute is the default.
(Overrides AttributeIsDefaultAttribute.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberComponent
Specifies that a component marked with this category use a component designer. This field is read-only.
Public fieldStatic memberDefault
Specifies that a component marked with this category cannot use a visual designer. This static field is read-only.
Public fieldStatic memberForm
Specifies that a component marked with this category use a form designer. This static field is read-only.
Public fieldStatic memberGeneric
Specifies that a component marked with this category use a generic designer. This static field is read-only.
Top
Properties
  NameDescription
Public propertyCategory
Gets the name of the category.
Public propertyTypeId
Gets a unique identifier for this attribute.
(Overrides AttributeTypeId.)
Top
See Also