Intersoft ClientUI Documentation
ValidateValue Method (UXMaskedInput)



Method to validate the value against the EditMask and raise error if the value does not match the EditMask.
Syntax
Public Overrides Function ValidateValue() As Boolean
Dim instance As UXMaskedInput
Dim value As Boolean
 
value = instance.ValidateValue()
public override bool ValidateValue()
public:
bool ValidateValue(); override 
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

UXMaskedInput Class
UXMaskedInput Members

Send Feedback