TreeViewCustomNode.MouseDown Event
This Event is fired when mouse goes down in the custom node.

MouseDown(
x
as Integer,
y
as Integer,
owner
as TreeView)
as Boolean
Parameters
- x
- The x coordinate, local to the node.
- y
- The y coordinate, local to the node.
- owner
- The control that owns the node.
Returns
- Boolean
- Return true here if you handled the mouse down and want to get MouseDrag and MouseUp for the node. Returning true will also trigger redraw of the node.
Remarks
See Also
TreeViewCustomNode Class