Intersoft ClientUI Documentation
CreateBinding Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > UXShell Class : CreateBinding Method






dependencyProperty
propertyPath
sourceContext
Create a data binding between a dependency property of the UXShell object and the property of the given source object.

Syntax

Visual Basic (Declaration) 
Public Sub CreateBinding( _
   ByVal dependencyProperty As DependencyProperty, _
   ByVal propertyPath As String, _
   ByVal sourceContext As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXShell
Dim dependencyProperty As DependencyProperty
Dim propertyPath As String
Dim sourceContext As Object
 
instance.CreateBinding(dependencyProperty, propertyPath, sourceContext)
C# 
public void CreateBinding( 
   DependencyProperty dependencyProperty,
   string propertyPath,
   object sourceContext
)
Delphi 
public procedure CreateBinding( 
    dependencyProperty: DependencyProperty;
    propertyPath: String;
    sourceContext: TObject
); 
JScript 
public function CreateBinding( 
   dependencyProperty : DependencyProperty,
   propertyPath : String,
   sourceContext : Object
);
Managed Extensions for C++ 
public: void CreateBinding( 
   DependencyProperty* dependencyProperty,
   string* propertyPath,
   Object* sourceContext
) 
C++/CLI 
public:
void CreateBinding( 
   DependencyProperty^ dependencyProperty,
   String^ propertyPath,
   Object^ sourceContext
) 

Parameters

dependencyProperty
propertyPath
sourceContext

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.