PropertyWindowAttribute Class

Definition

Represents an attribute for a property that indicates whether the property will appear in the property window.

public ref class PropertyWindowAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class PropertyWindowAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type PropertyWindowAttribute = class
    inherit Attribute
Public NotInheritable Class PropertyWindowAttribute
Inherits Attribute
Inheritance
PropertyWindowAttribute
Attributes

Constructors

PropertyWindowAttribute()

Initializes a new instance of the PropertyWindowAttribute class.

PropertyWindowAttribute(PropertyConverterType)

Initializes a new instance of the PropertyWindowAttribute class by using the provided converter type indicator.

PropertyWindowAttribute(PropertyEditorType)

Initializes a new instance of the PropertyWindowAttribute class by using the provided property editor type indicator.

PropertyWindowAttribute(PropertyEditorType, PropertyConverterType)

Initializes a new instance of the PropertyWindowAttribute class by using the provided editor type and converter type indicators.

Properties

ConverterType

Gets the property converter type indicator.

EditorType

Gets the property editor type indicator.

Applies to