Initializes a new
AnnPropertyInfo with the specified values.
Syntax
Parameters
| Parameter | Type | Description |
|---|
| propertyName | string | The property name. |
| readOnly | bool | true if the new AnnPropertyInfo represents a read-only property. |
| value | object | The current value of the property. |
| category | string | The property category. |
| description | string | A string description of the property. |
| displayName | string | Display name of the property. |
| visible | bool | true if the property should be visible to end users. |
| editorType | Type | The type of an object that implements the IAnnEditor interface and should be used to edit the property. |
See Also