Search
TreeViewNode.ItemFromPoint Method
See Also
 





Returns the item at the specified location.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TreeViewItem ItemFromPoint (
    Point point
)

Visual Basic  Copy Code

Public Function ItemFromPoint( _
    point As Point _
) As TreeViewItem

 Parameters

point

The point to check.

 Return Value

The TreeViewItem instance that contains the specified point.

 See Also