Terminate the editing of any tree view item's label.
[Visual Basic] Public Sub EndEdit( _ ByVal cancel As Boolean _ ) [C#] public void EndEdit( bool cancel ); [C++] public: void EndEdit( bool cancel ); [JScript] public function EndEdit( cancel : Boolean );
TreeNode Class | TreeNode Members | System.WinForms Namespace