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

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

    Parameters

    hwnd
    hrgn
    bRedraw
    See Also