Inserts a new object to this GanttChartNodeListViewBase before the current selection position or at the end of the collection.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
public void InsertNew( bool isAdd ) |
Visual Basic (Declaration) |
---|
Public Sub InsertNew ( _ isAdd As Boolean _ ) |
Parameters
- isAdd
- Type: System..::.Boolean