ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / SetLayeredWindowAttributes Method

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

    Parameters

    hwnd
    crKey
    bAlpha
    dwFlags
    See Also