Intersoft ClientUI Documentation
ApplyValue Method (UXDomainUpDown)



User input.
Processes user input when the UXTextBox.LostFocus event occurs.
Syntax
Protected Overrides Sub ApplyValue( _
   ByVal text As String _
) 
Dim instance As UXDomainUpDown
Dim text As String
 
instance.ApplyValue(text)
protected override void ApplyValue( 
   string text
)
protected:
void ApplyValue( 
   String^ text
) override 

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

UXDomainUpDown Class
UXDomainUpDown Members

Send Feedback