Intersoft ClientUI Documentation
ValidateValue Method (UXDateTimeEditor)



Method to validate the value against the EditMask and raise error if the value does not match the EditMask or outside the range set by MaxValue and MinValue property.
Syntax
Public Overrides Function ValidateValue() As Boolean
Dim instance As UXDateTimeEditor
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

UXDateTimeEditor Class
UXDateTimeEditor Members

Send Feedback