C# Class MetroRadiance.Interop.Win32.User32

Exibir arquivo Open project: Grabacr07/MetroRadiance

Public Methods

Method Description
GetClassLong ( IntPtr hwnd, ClassLongPtrIndex nIndex ) : WindowClassStyles
GetWindowLong ( IntPtr hWnd ) : WindowStyles
GetWindowLongEx ( IntPtr hWnd ) : WindowExStyles
SetClassLong ( IntPtr hwnd, ClassLongPtrIndex nIndex, WindowClassStyles dwNewLong ) : WindowClassStyles
SetWindowLong ( IntPtr hWnd, WindowStyles dwNewLong ) : WindowStyles
SetWindowLongEx ( IntPtr hWnd, WindowExStyles dwNewLong ) : WindowExStyles

Private Methods

Method Description
CloseWindow ( IntPtr hWnd ) : bool
GetActiveWindow ( ) : IntPtr
GetClassLong32 ( IntPtr hwnd, ClassLongPtrIndex nIndex ) : IntPtr
GetClassLong64 ( IntPtr hwnd, ClassLongPtrIndex nIndex ) : IntPtr
GetClientRect ( IntPtr hWnd, RECT &rect ) : bool
GetForegroundWindow ( ) : IntPtr
GetParent ( IntPtr hWnd ) : IntPtr
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
GetWindowPlacement ( IntPtr hWnd, WINDOWPLACEMENT &lpwndpl ) : bool
IsIconic ( IntPtr hWnd ) : bool
IsWindowVisible ( IntPtr hWnd ) : bool
IsZoomed ( IntPtr hWnd ) : bool
MonitorFromWindow ( IntPtr hwnd, MonitorDefaultTo dwFlags ) : IntPtr
PostMessage ( IntPtr hwnd, uint msg, IntPtr wParam, IntPtr lParam ) : bool
SendMessage ( IntPtr hWnd, WindowsMessages msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SetActiveWindow ( IntPtr hWnd ) : IntPtr
SetClassLong32 ( IntPtr hWnd, ClassLongPtrIndex nIndex, IntPtr dwNewLong ) : IntPtr
SetClassLong64 ( IntPtr hWnd, ClassLongPtrIndex nIndex, IntPtr dwNewLong ) : IntPtr
SetParent ( IntPtr hWnd, IntPtr hWndNewParent ) : IntPtr
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int
SetWindowPlacement ( IntPtr hWnd, [ lpwndpl ) : bool
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, SetWindowPosFlags flags ) : bool

Method Details

GetClassLong() public static method

public static GetClassLong ( IntPtr hwnd, ClassLongPtrIndex nIndex ) : WindowClassStyles
hwnd System.IntPtr
nIndex ClassLongPtrIndex
return WindowClassStyles

GetWindowLong() public static method

public static GetWindowLong ( IntPtr hWnd ) : WindowStyles
hWnd System.IntPtr
return WindowStyles

GetWindowLongEx() public static method

public static GetWindowLongEx ( IntPtr hWnd ) : WindowExStyles
hWnd System.IntPtr
return WindowExStyles

SetClassLong() public static method

public static SetClassLong ( IntPtr hwnd, ClassLongPtrIndex nIndex, WindowClassStyles dwNewLong ) : WindowClassStyles
hwnd System.IntPtr
nIndex ClassLongPtrIndex
dwNewLong WindowClassStyles
return WindowClassStyles

SetWindowLong() public static method

public static SetWindowLong ( IntPtr hWnd, WindowStyles dwNewLong ) : WindowStyles
hWnd System.IntPtr
dwNewLong WindowStyles
return WindowStyles

SetWindowLongEx() public static method

public static SetWindowLongEx ( IntPtr hWnd, WindowExStyles dwNewLong ) : WindowExStyles
hWnd System.IntPtr
dwNewLong WindowExStyles
return WindowExStyles