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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Office.Tools Namespace