TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / SetWindowLong Method / SetWindowLong(IntPtr,Int32,WindowProc) Method

In This Topic
    SetWindowLong(IntPtr,Int32,WindowProc) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function SetWindowLong( _
       ByVal hwnd As IntPtr, _
       ByVal nIndex As Integer, _
       ByVal newWindowProc As Win32.WindowProc _
    ) As IntPtr
    public static IntPtr SetWindowLong( 
       IntPtr hwnd,
       int nIndex,
       Win32.WindowProc newWindowProc
    )

    Parameters

    hwnd
    nIndex
    newWindowProc
    See Also