ComponentOne MultiSelect for WinForms
C1.Framework.Forms Namespace / SubclassNativeWindow Class / AssignHandle Method
The handle of target window.

In This Topic
    AssignHandle Method
    In This Topic
    Attaches handle to target window.
    Syntax
    'Declaration
     
    
    Public Sub AssignHandle( _
       ByVal handle As IntPtr _
    ) 
    public void AssignHandle( 
       IntPtr handle
    )

    Parameters

    handle
    The handle of target window.
    See Also