Check whether this window is a descendant of ancestor
Declaration Syntax
C# |
public bool IsDescendantOf( SystemWindow ancestor )
Parameters
- ancestor (SystemWindow)
- The suspected ancestor
Return Value
If this is really an ancestor
C# |
public bool IsDescendantOf( SystemWindow ancestor )