Autodesk Vault ProfessionalVault API

PerformLayout(Control,String) Method

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

Forces the control to apply layout logic to all its child controls.

Syntax

public void PerformLayout(
   System.Windows.Forms.Control affectedControl,
   System.string affectedProperty
)
Public Overloads Sub PerformLayout( _
   ByVal affectedControl As System.Windows.Forms.Control, _
   ByVal affectedProperty As System.String _
) 

Parameters

NameDescription
affectedControlA System.Windows.Forms.Control that represents the most recently changed control.
affectedPropertyThe name of the most recently changed property on the control.

See Also