Contains Method
Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls›ClassicVaultNavigationPathComboboxControl
Retrieves a value indicating whether the specified control is a child of the control.
Syntax
public System.bool Contains(
System.Windows.Forms.Control ctl
)Public Function Contains( _
ByVal ctl As System.Windows.Forms.Control _
) As System.BooleanParameters
| Name | Description |
|---|---|
| ctl | The System.Windows.Forms.Control to evaluate. |
Return Value
true if the specified control is a child of the control; otherwise, false.