SetParentHandle Method
See Also 
SourceCode.Framework Namespace > IDesignerHostView Interface : SetParentHandle Method



parentHandle

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Sub SetParentHandle( _
   ByVal parentHandle As IntPtr _
) 
Visual Basic (Usage) Copy Code
Dim instance As IDesignerHostView
Dim parentHandle As IntPtr
 
instance.SetParentHandle(parentHandle)
C#  
void SetParentHandle( 
   IntPtr parentHandle
)
C++/CLI  
void SetParentHandle( 
   IntPtr parentHandle
) 

Parameters

parentHandle

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also