| Attribute | Applied To | Description |
|---|---|---|
|
Properties and events |
Specifies whether a property or an event should be displayed in the property browser. |
|
|
Properties and events |
Specifies the name of the category in which to group a property or event. When categories are used, component properties and events can be displayed in logical groupings in the property browser. |
|
|
Properties and events |
Defines a small block of text to be displayed at the bottom of the property browser when the user selects a property or event. |
|
|
Properties |
Specifies whether a property is interesting to bind to. |
|
|
Properties (Insert this attribute before the class declaration.) |
Specifies the default property for the component. This property is selected in the property browser when a user clicks on the control. |
|
|
Properties |
Sets a simple default value for a property. |
|
|
Properties |
Specifies the editor to use for editing (changing) a property in a visual designer. |
|
|
Properties |
Specifies that a property can be localized. Any properties that have this attribute are automatically persisted into the resources file when a user chooses to localize a form. |
|
|
Properties |
Specifies whether (and how) a property displayed in the property browser should be persisted into code. |
|
|
Properties |
Specifies the type converter to use for converting the type of the property to another data type. |
|
|
Events (Insert this attribute before the class declaration.) |
Specifies the default event for the component. This is the event that is selected in the property browser when a user clicks on the component. |
相关文章: