| Event |
Description |
| <Bindable> |
This is a Boolean value indicating whether you can bind the property to a data source (True) or not (False). By default, the property isn't inserted into the DataBindings dialog box (False). |
| <Browsable> |
This is a Boolean value indicating whether the property must appear in the Properties window (True) or not (False). True is the default. |
| <DefaultValue> |
You can use this attribute to specify a default value in the Properties window. |
| <Description> |
You can use this attribute to associate a description to the property. The description appears in the Properties window. |
| <ParenthesizePropertyName()> |
You can use this attribute to add parentheses to the property name (for example, the ID property) by using the Boolean True value, or to display it without parentheses (False). |
Table 2 Adjust Design-Time Control Attributes. You can use these attributes to customize your component's look and feel within VS.NET. For example, the <Description> attribute lets you describe the component's properties in VS.NET's Properties window.
|