Removes a TreeViewPlusNode from the collection.
Syntax
Parameters
- node
- A reference to the TreeViewPlusNode to remove.
Return Value
true if the node was removed, false otherwise. false will be returned if the node specified was not present in the collection, or if a NodeRemoving event handler canceled the node removal.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also