Intersoft.Client.UI.Aqua.UXInput Namespace > UXDomainUpDown Class : ErrorMessage Property |
Public Property ErrorMessage As String
Dim instance As UXDomainUpDown Dim value As String instance.ErrorMessage = value value = instance.ErrorMessage
public string ErrorMessage {get; set;}
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. |
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