Autodesk Vault ProfessionalVault API

SetParent(ParentType,IntPtr) Method

Autodesk.DataManagement.Client.Framework.Forms.SettingsWindowSettings

Sets the parent window for a form that is about to be displayed

Syntax

public void SetParent(
   WindowSettings.ParentType alg,
   System.IntPtr parent
)
Public Overloads Sub SetParent( _
   ByVal alg As WindowSettings.ParentType, _
   ByVal parent As System.IntPtr _
) 

Parameters

NameDescription
algDetermines how the parent window will be chosen
parentif alg is UseSpecificWindow, then this is the window that should be used as the parent

See Also