Intersoft ClientUI Documentation
ApplyValue Method (UXUpDownBase<T>)



User input.
Processes user input when the UXTextBox.LostFocus event occurs.
Syntax
Protected Overridable Sub ApplyValue( _
   ByVal text As String _
) 
Dim instance As UXUpDownBase(Of T)
Dim text As String
 
instance.ApplyValue(text)
protected virtual void ApplyValue( 
   string text
)
protected:
virtual void ApplyValue( 
   String^ text
) 

Parameters

text
User input.
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

UXUpDownBase<T> Class
UXUpDownBase<T> Members

Send Feedback