Gets a value indicating whether a new item can be inserted into or added to the node list.

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

Syntax

C#
public bool CanInsertOrAddNew(
	bool isAdd
)
Visual Basic (Declaration)
Public Function CanInsertOrAddNew ( _
	isAdd As Boolean _
) As Boolean

Parameters

isAdd
Type: System..::.Boolean

See Also