This documentation is archived and is not being maintained.
BindableSupport Enumeration
.NET Framework 1.1
Specifies values to indicate whether a property can be bound to a data element or another property.
[Visual Basic] <Serializable> Public Enum BindableSupport [C#] [Serializable] public enum BindableSupport [C++] [Serializable] __value public enum BindableSupport [JScript] public Serializable enum BindableSupport
Remarks
This class is used at design time to indicate whether a designer should offer a property as available for data binding in a visual designer. This class does not affect whether the property can be data bound at runtime.
Members
| Member name | Description |
|---|---|
| Default | The property is set to the default. |
| No | The property is not bindable at design time. |
| Yes | The property is bindable at design time. |
Example
For an example on how to use the BindableSupport enumeration to indicate whether a property can be bound, see the sample code in BindableAttribute.
Requirements
Namespace: System.ComponentModel
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
Show: