Intersoft ClientUI Documentation
SetPropertyBinding Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > BindingFramework Class : SetPropertyBinding Method






element
Element on which to set the property.
value
Value for PropertyBinding attached property.
Sets the value of the PropertyBinding attached property.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetPropertyBinding( _
   ByVal element As DependencyObject, _
   ByVal value As PropertyBinding _
) 
Visual Basic (Usage)Copy Code
Dim element As DependencyObject
Dim value As PropertyBinding
 
BindingFramework.SetPropertyBinding(element, value)
C# 
public static void SetPropertyBinding( 
   DependencyObject element,
   PropertyBinding value
)
Delphi 
public procedure SetPropertyBinding( 
    element: DependencyObject;
    value: PropertyBinding
); static; 
JScript 
public static function SetPropertyBinding( 
   element : DependencyObject,
   value : PropertyBinding
);
Managed Extensions for C++ 
public: static void SetPropertyBinding( 
   DependencyObject* element,
   PropertyBinding* value
) 
C++/CLI 
public:
static void SetPropertyBinding( 
   DependencyObject^ element,
   PropertyBinding^ value
) 

Parameters

element
Element on which to set the property.
value
Value for PropertyBinding attached property.

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.