Retrieves the tree node at the point with the specified coordinates.
Namespace:
AltaVim.WinFormsAssembly: AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0
Syntax
| C# |
|---|
public NodeBase GetNodeAt( int x, int y ) |
| Visual Basic (Declaration) |
|---|
Public Function GetNodeAt ( _ x As Integer, _ y As Integer _ ) As NodeBase |
| Visual C++ |
|---|
public: NodeBase^ GetNodeAt( int x, int y ) |
Parameters
- x
- Type: System..::.Int32
- y
- Type: System..::.Int32