'Declaration
Public Shared Function SetLayeredWindowAttributes( _ ByVal hWnd As System.IntPtr, _ ByVal colorRef As System.Integer, _ ByVal opacity As System.Byte, _ ByVal attribute As System.Integer _ ) As System.Integer
'Usage
Dim hWnd As System.IntPtr Dim colorRef As System.Integer Dim opacity As System.Byte Dim attribute As System.Integer Dim value As System.Integer value = NUser32.SetLayeredWindowAttributes(hWnd, colorRef, opacity, attribute)
Parameters
- hWnd
- colorRef
- opacity
- attribute