MindFusion.Wpf Pack Programmer's Guide
TreeViewNode.HitTestExpander Method
See Also
 





Gets whether there is a collapse/expand button located at the specified position.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool HitTestExpander (
    Point point
)

Visual Basic  Copy Code

Public Function HitTestExpander( _
    point As Point _
) As Boolean

 Parameters

point

The point to check.

 Return Value

true if there is +/- icon at the specified position, otherwise false.

 See Also

TreeViewNode Members
TreeViewNode Class
MindFusion.Diagramming.Wpf Namespace