Intersoft ClientUI Documentation
ValidateValue Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXDateTimeEditor Class : ValidateValue Method






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

Visual Basic (Declaration) 
Public Overrides Function ValidateValue() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXDateTimeEditor
Dim value As Boolean
 
value = instance.ValidateValue()
C# 
public override bool ValidateValue()
Delphi 
public function ValidateValue(): Boolean; override; 
JScript 
public override function ValidateValue() : boolean;
Managed Extensions for C++ 
public: bool ValidateValue(); override 
C++/CLI 
public:
bool ValidateValue(); override 

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.