mscorlib(4.0.0.0) API with additions
BindableSupport.cs
1
namespace
System.ComponentModel
2
{
4
public
enum
BindableSupport
5
{
7
No
,
9
Yes
,
11
Default
12
}
13
}
System.ComponentModel.BindableSupport.Yes
The property is bindable at design time.
System.ComponentModel.BindableSupport
BindableSupport
Specifies values to indicate whether a property can be bound to a data element or another property.
Definition:
BindableSupport.cs:4
System.ComponentModel.BindableSupport.No
The property is not bindable at design time.
System.ComponentModel
Definition:
AddingNewEventArgs.cs:3
System.GCCollectionMode.Default
The default setting for this enumeration, which is currently F:System.GCCollectionMode....
All cs
System.ComponentModel
BindableSupport.cs
Generated by
1.8.15