Compartir a través de


Win32HelperMethods Members

Represents helper methods that provide convenient access to the Win32NativeMethods.

The following tables list the members exposed by the Win32HelperMethods type.

Public Methods

  Name Description
public method static FindChildWindowViaEnumChildWindows Retrieves the handle of the child matching window via EnumChildWindows.
public method static FindTopWindowViaEnumWindows Retrieves the handle of the top-level matching window via EnumWindows.
public method static FindWindowByCaptionAndClassText Retrieves the handle of the window that has matching caption/class text through a BFS (Breadth-First Search) of the window handle tree rooted at hWndParent.
public method static FindWindowByControlId Retrieves the handle of the window that has matching Control ID through a BFS (Breadth-First Search) of the window handle tree rooted at hWndParent.
public method static FindWindowByPosition Retrieves the handle of the window whose upper left corner coordinates matches the position given through a BFS (Breadth-First Search) of the window handle tree rooted at hWndParent.

Top

See Also

Reference

Win32HelperMethods Class
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.