C# Class Rubberduck.VBEditor.NativeMethods

Collection of WinAPI methods and extensions to handle native windows.
**Special Thanks** to Carlos Quintero for supplying the project with the original code this file is based on.
Afficher le fichier Open project: retailcoder/Rubberduck

Private Methods

Méthode Description
ActivateWindow ( IntPtr windowHandle, IntPtr parentWindowHandle ) : void

Activates the window by simulating a click.

EnumChildWindows ( IntPtr parentWindowHandle, EnumChildWindowsDelegate lpEnumFunction, IntPtr lParam ) : int
EnumChildWindows ( IntPtr parentWindowHandle, EnumChildWindowsDelegate callBackEnumWindows ) : void
GetParent ( IntPtr hWnd ) : IntPtr
GetWindowText ( IntPtr hWnd, StringBuilder lpString, int nMaxCount ) : int
GetWindowTextByHwnd ( IntPtr windowHandle ) : string

Gets window caption text by handle.

SendMessage ( IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam ) : IntPtr