Property elmFinder.Next
Overload
Gets or sets next finder in path (immediately after this finder).
public elmFinder Next { get; set; }
Exceptions
ArgumentException
flags contains UIA or ClientArea. |
Property Value
Remarks
The setter creates or modifies a path (a chain of linked finders). Unlike elmFinder.this[], which appends to the last finder in path, this function appends to this finder.