System.Windows.Forms.UpDownBase.ValidateEditText Method

When overridden in a derived class, validates the text displayed in the spin box (also known as an up-down control).

Syntax

protected virtual void ValidateEditText ()

Remarks

Some examples of validation include comparing the text entered to the data type set in your derived class, comparing the text to a list of values, or verifying the text to be within a range of values.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0