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






obj
value
Value for MultiBindings attached property.
Sets the value of the MultiBindings attached property.

Syntax

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

Parameters

obj
value
Value for MultiBindings 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.