Property SelectedResult
- Namespace
- Alternet.Scripter.Debugger.UI.AlternetUI
- Assembly
- Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll
SelectedResult
Gets the currently selected evaluation result from the results tree view.
[Browsable(false)]
public virtual EvaluationResult? SelectedResult { get; }
Property Value
Remarks
This property retrieves the evaluation result associated with the currently selected node in the results tree view. If no node is selected, the property returns null.