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