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

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

    Parameters

    hwnd
    nIndex
    dwNewLong
    See Also