TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / SetCapture Method

In This Topic
    SetCapture Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SetCapture( _
       ByVal hWnd As IntPtr _
    ) As IntPtr
    public static IntPtr SetCapture( 
       IntPtr hWnd
    )

    Parameters

    hWnd
    See Also