Table of Contents

Method SelectCurrent

Namespace
Alternet.Scripter.Debugger.UI.AlternetUI
Assembly
Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll

SelectCurrent()

Selects the first node in the results tree view that matches the current expression.

protected virtual void SelectCurrent()

Remarks

This method iterates through the nodes in the root of the results tree view and selects the first node whose associated result matches the current expression. If a match is found, the node is set as the selected item in the tree view. After selection, the current expression is cleared.