Method GetNodeByPosition
- Namespace
- Alternet.Editor.IronPython
- Assembly
- Alternet.Editor.IronPython.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
Returns
- ISyntaxNode
Class or structure node.