Intersoft ClientUI Documentation
CreateBinding Method



Create a data binding between a dependency property of the UXShell object and the property of the given source object.
Syntax
Public Sub CreateBinding( _
   ByVal dependencyProperty As DependencyProperty, _
   ByVal propertyPath As String, _
   ByVal sourceContext As Object _
) 
Dim instance As UXShell
Dim dependencyProperty As DependencyProperty
Dim propertyPath As String
Dim sourceContext As Object
 
instance.CreateBinding(dependencyProperty, propertyPath, sourceContext)
public void CreateBinding( 
   DependencyProperty dependencyProperty,
   string propertyPath,
   object sourceContext
)
public:
void CreateBinding( 
   DependencyProperty^ dependencyProperty,
   String^ propertyPath,
   Object^ sourceContext
) 

Parameters

dependencyProperty
propertyPath
sourceContext
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXShell Class
UXShell Members

Send Feedback