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

In This Topic
    SetLayeredWindowAttributes Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SetLayeredWindowAttributes( _
       ByVal hwnd As IntPtr, _
       ByVal crKey As Integer, _
       ByVal bAlpha As Byte, _
       ByVal dwFlags As Integer _
    ) As Boolean
    public static bool SetLayeredWindowAttributes( 
       IntPtr hwnd,
       int crKey,
       byte bAlpha,
       int dwFlags
    )

    Parameters

    hwnd
    crKey
    bAlpha
    dwFlags
    See Also