ArcFM Solution Developer Guide
SetBinding(DependencyProperty,BindingBase) Method


Syntax
'Declaration
 
Public Overloads Function SetBinding( _
   ByVal dp As System.Windows.DependencyProperty, _
   ByVal binding As System.Windows.Data.BindingBase _
) As System.Windows.Data.BindingExpressionBase
'Usage
 
Dim instance As GraphicFavControl
Dim dp As System.Windows.DependencyProperty
Dim binding As System.Windows.Data.BindingBase
Dim value As System.Windows.Data.BindingExpressionBase
 
value = instance.SetBinding(dp, binding)
public System.Windows.Data.BindingExpressionBase SetBinding( 
   System.Windows.DependencyProperty dp,
   System.Windows.Data.BindingBase binding
)

Parameters

dp
binding
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GraphicFavControl Class
GraphicFavControl Members
Overload List

 

 


Send Comment