ControlDesigner.IsPropertyBound Method (String)
.NET Framework (current version)
Retrieves a value indicating whether the specified property on the associated control is data-bound.
Assembly: System.Design (in System.Design.dll)
[<ObsoleteAttribute("The recommended alternative is DataBindings.Contains(string). The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202")>] member IsPropertyBound : propName:string -> bool
Parameters
- propName
-
Type:
System.String
The property to test for data binding.
Note |
|---|
The IsPropertyBound method is obsolete. Use the Contains method on the DataBindings property for equivalent control designer functionality. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
