Autodesk Vault ProfessionalVault API

Contains Method

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

Syntax

public System.bool Contains(
   System.Windows.Forms.Control ctl
)
Public Function Contains( _
   ByVal ctl As System.Windows.Forms.Control _
) As System.Boolean

Parameters

NameDescription
ctl

Return Value

true if the specified control is a child of the control; otherwise, false .

See Also