Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Verifies the contents of the actions pane; conditionally dependent on whether automatic validation is turned on.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
Function Validate ( _
checkAutoValidate As Boolean _
) As Boolean
bool Validate(
bool checkAutoValidate
)
Parameters
- checkAutoValidate
Type: System.Boolean
If true, the value of the AutoValidate property is used to determine if validation should be performed; if false, validation is unconditionally performed.
Return Value
Type: System.Boolean
Remarks
This method provides the same functionality as the ContainerControl.Validate(Boolean) method. For more information about using this method, see ContainerControl.Validate(Boolean).
.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