UserControl::AutoValidate Property
.NET Framework (current version)
Gets or sets how the control performs validation when the user changes focus to another control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(true)] property AutoValidate AutoValidate { virtual AutoValidate get() override; virtual void set(AutoValidate value) override; }
Property Value
Type: System.Windows.Forms::AutoValidateA member of the AutoValidate enumeration. The default value for UserControl is EnablePreventFocusChange.
.NET Framework
Available since 2.0
Available since 2.0
Show: