BehaviorCategoryAttribute Class

Definition

Category attribute for "Behavior"

public ref class BehaviorCategoryAttribute sealed : System::ComponentModel::CategoryAttribute
[System.AttributeUsage(System.AttributeTargets.All, AllowMultiple=false, Inherited=true)]
public sealed class BehaviorCategoryAttribute : System.ComponentModel.CategoryAttribute
[<System.AttributeUsage(System.AttributeTargets.All, AllowMultiple=false, Inherited=true)>]
type BehaviorCategoryAttribute = class
    inherit CategoryAttribute
Public NotInheritable Class BehaviorCategoryAttribute
Inherits CategoryAttribute
Inheritance
BehaviorCategoryAttribute
Attributes

Constructors

BehaviorCategoryAttribute()

Creates the attribute.

Applies to