PropertyWindowAttribute Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the PropertyWindowAttribute class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
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. |
Top