Intersoft ClientUI Documentation
SetValue(Object) Method



New value.
SetValue override to set value to Value property.
Syntax
Public Overloads Sub SetValue( _
   ByVal value As Object _
) 
Dim instance As UXUpDownItemsBase(Of T)
Dim value As Object
 
instance.SetValue(value)
public void SetValue( 
   object value
)
public:
void SetValue( 
   Object^ value
) 

Parameters

value
New 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

UXUpDownItemsBase<T> Class
UXUpDownItemsBase<T> Members
Overload List

Send Feedback