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



Syntax
Public Overloads Shared Function SetValue( _
   ByVal item As Object, _
   ByVal binding As Binding, _
   ByVal value As Object, _
   ByVal useConverter As Boolean _
) As Object
Dim item As Object
Dim binding As Binding
Dim value As Object
Dim useConverter As Boolean
Dim value As Object
 
value = Utility.SetValue(item, binding, value, useConverter)
public static object SetValue( 
   object item,
   Binding binding,
   object value,
   bool useConverter
)
public:
static Object^ SetValue( 
   Object^ item,
   Binding^ binding,
   Object^ value,
   bool useConverter
) 

Parameters

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