ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / SetWindowRgn Method

In This Topic
    SetWindowRgn Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function SetWindowRgn( _
       ByVal hwnd As System.IntPtr, _
       ByVal hrgn As System.IntPtr, _
       ByVal bRedraw As System.Boolean _
    ) As System.Integer
    public static System.int SetWindowRgn( 
       System.IntPtr hwnd,
       System.IntPtr hrgn,
       System.bool bRedraw
    )

    Parameters

    hwnd
    hrgn
    bRedraw
    See Also