Table of Contents

Method GetNodeByPosition

Namespace
Alternet.Editor.Python
Assembly
Alternet.Editor.Python.v10.dll

GetNodeByPosition(ComboBox, Point)

Finds parent node of given SyntaxNode that is a class or structure node.

public static ISyntaxNode GetNodeByPosition(ComboBox classComboBox, Point position)

Parameters

classComboBox ComboBox
position Point

Returns

ISyntaxNode

Class or structure node.