Intersoft ClientUI Documentation
SetValue(Object,Binding,Object) Method



Syntax
Public Overloads Shared Sub SetValue( _
   ByVal item As Object, _
   ByVal binding As Binding, _
   ByVal value As Object _
) 
Dim item As Object
Dim binding As Binding
Dim value As Object
 
Utility.SetValue(item, binding, value)
public static void SetValue( 
   object item,
   Binding binding,
   object value
)
public:
static void SetValue( 
   Object^ item,
   Binding^ binding,
   Object^ value
) 

Parameters

item
binding
value
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

Utility Class
Utility Members
Overload List

Send Feedback