C# Class win_cursor_plus.WindowsServices

Exibir arquivo Open project: Ractiv/touch_plus_source_code Class Usage Examples

Public Methods

Method Description
SetWindowExTransparent ( IntPtr hwnd ) : void

Private Methods

Method Description
GetWindow ( IntPtr hWnd, GetWindowCmd uCmd ) : IntPtr
GetWindowLong ( IntPtr hwnd, int index ) : int
SetWindowLong ( IntPtr hwnd, int index, int newStyle ) : int
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, SetWindowPosFlags uFlags ) : int

Method Details

SetWindowExTransparent() public static method

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