Autodesk Vault ProfessionalVault API

ValidateChildren(ValidationConstraints) Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicVaultNavigationPathComboboxControl

Syntax

public virtual System.bool ValidateChildren(
   System.Windows.Forms.ValidationConstraints validationConstraints
)
Public Overloads Overridable Function ValidateChildren( _
   ByVal validationConstraints As System.Windows.Forms.ValidationConstraints _
) As System.Boolean

Parameters

NameDescription
validationConstraints

Return Value

true if all of the children validated successfully; otherwise, false . If called from the System.Windows.Forms.Control.Validating or System.Windows.Forms.Control.Validated event handlers, this method will always return false .

See Also