BehaviorCategoryAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |