GroupLab Widget Tap Library

Path.MatchWindow Method (IntPtr, Boolean)

Gets a value that indicates whether the current part matches the given heavyweight widget.

protected bool MatchWindow(
   IntPtr windowHandle,
   bool processAlreadyChecked
);

Parameters

windowHandle
A window handle.
processAlreadyChecked
A value that determines whether the process executable filename should be checked.

Return Value

true if the current path describes the heavyweight widget.

See Also

Path Class | GroupLab.WidgetTap Namespace | Path.MatchWindow Overload List