ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / 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 System.IntPtr, _
       ByVal nIndex As System.Integer, _
       ByVal dwNewLong As System.IntPtr _
    ) As System.IntPtr
    public static System.IntPtr SetWindowLong( 
       System.IntPtr hwnd,
       System.int nIndex,
       System.IntPtr dwNewLong
    )

    Parameters

    hwnd
    nIndex
    dwNewLong
    See Also