C# Class FirstFloor.ModernUI.Windows.DragPopup.WindowHelper

ファイルを表示 Open project: gro-ove/actools

Public Methods

Method Description
SetWindowExTransparent ( IntPtr hwnd ) : void

Private Methods

Method Description
GetWindowLong ( IntPtr hwnd, int index ) : int
SetWindowLong ( IntPtr hwnd, int index, int newStyle ) : int

Method Details

SetWindowExTransparent() public static method

public static SetWindowExTransparent ( IntPtr hwnd ) : void
hwnd System.IntPtr
return void