PropertyWindowAttribute 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.
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, PropertyConverterType) |
Initializes a new instance of the PropertyWindowAttribute class by using the provided editor type and converter type indicators. |
PropertyWindowAttribute(PropertyEditorType) |
Initializes a new instance of the PropertyWindowAttribute class by using the provided property editor type indicator. |
Properties
ConverterType |
Gets the property converter type indicator. |
EditorType |
Gets the property editor type indicator. |