ValidateChildren() Method
Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls›ClassicVaultNavigationPathComboboxControl
Causes all of the child controls within a control that support validation to validate their data.
Syntax
public virtual System.bool ValidateChildren()Public Overloads Overridable Function ValidateChildren() As System.BooleanReturn 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 .