Search
TreeViewNode.HitTestExpander Method
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool HitTestExpander (
    Point point,
    double radius
)

Visual Basic  Copy Code

Public Function HitTestExpander( _
    point As Point, _
    radius As Double _
) As Boolean

 Parameters

point

The point to check.

radius

The touch radius.

 Return Value

true if there is [±] icon at the specified position, otherwise false.

 See Also