Autodesk Vault ProfessionalVault API

GetContainerControl Method

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

Returns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls.

Syntax

public System.Windows.Forms.IContainerControl GetContainerControl()
Public Function GetContainerControl() As System.Windows.Forms.IContainerControl

Return Value

An System.Windows.Forms.IContainerControl , that represents the parent of the System.Windows.Forms.Control .

See Also