ActionsPane.AutoValidate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether controls in the actions pane will be automatically validated when the focus changes.
public:
property System::Windows::Forms::AutoValidate AutoValidate { System::Windows::Forms::AutoValidate get(); void set(System::Windows::Forms::AutoValidate value); };
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)]
public System.Windows.Forms.AutoValidate AutoValidate { get; set; }
[<System.ComponentModel.Browsable(true)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)>]
member this.AutoValidate : System.Windows.Forms.AutoValidate with get, set
Public Property AutoValidate As AutoValidate
Property Value
A value that indicates whether contained controls are implicitly validated on focus change. The default is Inherit.
- Attributes
Remarks
This property provides the same functionality as the System.Windows.Forms.ContainerControl.AutoValidate property. For more information about using this property, see System.Windows.Forms.ContainerControl.AutoValidate.