Show / Hide Table of Contents

Method wndChildFinder.IsMatch


Overload

Returns true if control c properties match the specified properties.

public bool IsMatch(wnd c, wnd wParent = default)
Parameters
c  (wnd)

A control. Can be 0/invalid, then returns false.

wParent  (wnd)

Direct or indirect parent window. If used, returns false if it isn't parent (also depends on flag DirectChild).

Returns
bool