ActionsPane.AutoValidate Property

Gets or sets a value that indicates whether controls in the actions pane will be automatically validated when the focus changes.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Property AutoValidate As AutoValidate
[BrowsableAttribute(true)]
AutoValidate AutoValidate { get; set; }

Property Value

Type: System.Windows.Forms.AutoValidate
A value that indicates whether contained controls are implicitly validated on focus change. The default is Inherit.

Remarks

This property provides the same functionality as the ContainerControl.AutoValidate property. For more information about using this property, see ContainerControl.AutoValidate.

.NET Framework Security

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview