Retrieves the tree node that is at the specified location.
Namespace:
AltaVim.WinFormsAssembly: AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0
Syntax
| C# |
|---|
public NodeBase GetNodeAt( Point pt ) |
| Visual Basic (Declaration) |
|---|
Public Function GetNodeAt ( _ pt As Point _ ) As NodeBase |
| Visual C++ |
|---|
public: NodeBase^ GetNodeAt( Point pt ) |
Parameters
- pt
- Type: System.Drawing..::.Point