[]
        
(Showing Draft Content)

C1.Util.Win.Win32.SetLayeredWindowAttributes

SetLayeredWindowAttributes Method

SetLayeredWindowAttributes(IntPtr, int, byte, int)

Declaration
public static extern bool SetLayeredWindowAttributes(IntPtr hwnd, int crKey, byte bAlpha, int dwFlags)
Public Shared Function SetLayeredWindowAttributes(hwnd As IntPtr, crKey As Integer, bAlpha As Byte, dwFlags As Integer) As Boolean
Parameters
Type Name Description
IntPtr hwnd
int crKey
byte bAlpha
int dwFlags
Returns
Type Description
bool