GroupLab Widget Tap Library

Path.GetMatchingWindows Method 

Gets a list of the heavyweight widgets that match the current path.

public IntPtr[] GetMatchingWindows(
   bool ignoreHidden
);

Parameters

ignoreHidden
A value that determines whether invisible heavyweight widgets are returned in the list.

Return Value

A list of window handles.

See Also

Path Class | GroupLab.WidgetTap Namespace