PerformLayout(Control,String) Method
Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls›ClassicVaultNavigationPathComboboxControl
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
| Name | Description |
|---|---|
| affectedControl | A System.Windows.Forms.Control that represents the most recently changed control. |
| affectedProperty | The name of the most recently changed property on the control. |