The following tables list the members exposed by FindElementEvaluator.
Name | Description | |
---|---|---|
FindElementEvaluator Constructor | Create a new FindElementEvaluator instance. |
Name | Description | |
---|---|---|
ExcludeOverlappedElements | Gets the value indicating whether elements overlapping the starting element are excluded from the search. The default implementation returns true. | |
SearchAncestorsWhenElementFound | Gets the value which determines whether to continue walking up the parent chain to search parent siblings when an element has already been found. The default implementation returns false, meaning the search will stop after the best match is found in all descendants of an element. | |
StartingElement | Gets the starting element of the find operation for which this evaluator will be used. | |
WrapAround | Gets the value which determines whether to wrap around to the other side of the control element and search for a matching element when no match is found in the find direction. |
Name | Description | |
---|---|---|
IsFindCandidate | Gets the value indicating whether the specified element matches the find criteria. | |
SearchDescendants | Gets the value indicating whether the specified element's descendants should be searched for the element. | |
SearchParent | Gets the value indicating whether the specified element's parent should be searched for the element. |