UserControl::AutoValidate Property

 

Gets or sets how the control performs validation when the user changes focus to another control.

Namespace:   System.Windows.Forms
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::AutoValidate

A member of the AutoValidate enumeration. The default value for UserControl is EnablePreventFocusChange.

.NET Framework
Available since 2.0
Return to top
Show: