C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / InputImage Class / ErrorText Property

ErrorText Property (InputImage)
Gets or sets an error description string with optional HTML tags.
Syntax
'Declaration
 
Public Overridable Property ErrorText As String
 
Remarks

Setting this property to a non-empty string causes the component to be highlighted. The message is displayed as a tooltip when the user moves the mouse over the component.

Setting this property to an empty string removes the higlight and restores the original tooltip text (ToolTipText).

Example
The example below uses the Validating event to set the error property on an InputNumericBox when the value entered is not an even number.
See Also