PrintPreviewDialog::AutoValidate Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
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(false)] property AutoValidate AutoValidate { virtual AutoValidate get() override; virtual void set(AutoValidate value) override; }
Property Value
Type: System.Windows.Forms::AutoValidateDetermines how a control validates its data when it loses user input focus.
This property is not relevant for this class.
.NET Framework
Available since 2.0
Available since 2.0
Show: