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