ActionsPane.Validate Method (Boolean)

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

See Also

Reference

ActionsPane Interface

Validate Overload

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview