Autodesk Vault ProfessionalVault API

Invalidate(Boolean) Method

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

Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.

Syntax

public void Invalidate(
   System.bool invalidateChildren
)
Public Overloads Sub Invalidate( _
   ByVal invalidateChildren As System.Boolean _
) 

Parameters

NameDescription
invalidateChildrentrue to invalidate the control's child controls; otherwise, false.

See Also