ITreeView
Mobilize.QualityMate.ControlInterfaces
ITreeView Interface
Defines the basic interactions for TreeView controls.
Implements IControl, IValidatable, Mobilize.QualityMate.ControlInterfaces.Behavior.IList<IElement>
Methods
ITreeView.CollapseNode(string[]) Method
Navigates and collapses until the specified node path.
Parameters
path
System.String[]
The tree path to the desired node.
ITreeView.ExpandNode(string[]) Method
Navigates and expands until the specified node path.
Parameters
path
System.String[]
The node text to hit.
ITreeView.GetNode(string[]) Method
Navigates and gets the node specified in the path as a UiPlayer control.
Parameters
path
System.String[]
The tree path to the desired node.
Returns
Last updated