Gets or sets how the control performs validation when the user changes focus to another control.
Syntax
Visual Basic (Declaration) | |
---|
Public Property AutoValidate As System.Windows.Forms.AutoValidate |
C# | |
---|
public System.Windows.Forms.AutoValidate AutoValidate {get; set;} |
Property Value
A member of the
System.Windows.Forms.AutoValidate enumeration. The default value for
System.Windows.Forms.UserControl is
System.Windows.Forms.AutoValidate.EnablePreventFocusChange.
Requirements
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
See Also