Click or drag to resize
DesignerCategoryAttribute Fields

The DesignerCategoryAttribute type exposes the following members.

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
See Also