Returns the node at the specified position (y-axis coordinate) in the GanttChartNodeListViewBase control.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public Node GetNodeAt(
	double position
)
Visual Basic (Declaration)
Public Function GetNodeAt ( _
	position As Double _
) As Node

Parameters

position
Type: System..::.Double
The position to return the node for.

Return Value

The node at the specified position (y-axis coordinate) in the GanttChartNodeListViewBase control.

See Also