Version

FindElementEvaluator Class Members

The following tables list the members exposed by FindElementEvaluator.

Public Constructors
 NameDescription
Public ConstructorFindElementEvaluator ConstructorCreate a new FindElementEvaluator instance.  
Public Properties
 NameDescription
Public PropertyExcludeOverlappedElementsGets the value indicating whether elements overlapping the starting element are excluded from the search. The default implementation returns true.  
Public PropertySearchAncestorsWhenElementFoundGets 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.  
Public PropertyStartingElementGets the starting element of the find operation for which this evaluator will be used.  
Public PropertyWrapAroundGets 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.  
Public Methods
 NameDescription
Public MethodIsFindCandidateGets the value indicating whether the specified element matches the find criteria.  
Public MethodSearchDescendantsGets the value indicating whether the specified element's descendants should be searched for the element.  
Public MethodSearchParentGets the value indicating whether the specified element's parent should be searched for the element.  
See Also