Intersoft ClientUI Documentation
ErrorMessage Property (UXDomainUpDown)



Gets or sets the error message for invalid action.
Syntax
Public Property ErrorMessage As String
Dim instance As UXDomainUpDown
Dim value As String
 
instance.ErrorMessage = value
 
value = instance.ErrorMessage
public string ErrorMessage {get; set;}
public:
property String^ ErrorMessage {
   String^ get();
   void set (    String^ value);
}
Remarks

By default, the InvalidInputAction property for this control is set to TextBoxCannotLostFocus. You can set the InvalidInputAction property to UseFallbackItem. When this value is set, the control will fall back the item to the default value in the case of invalid input value. You set the default fallback item through the FallBackItem property.

The following illustration shows the control with TextBoxCannotLostFocus mode.

Notice that there is an error message displayed, you also can change the error message in the ErrorMessage property.

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

Concepts

UXDomainUpDown

Send Feedback