Doc-O-Matic Live Demo / XmlNotepad Namespace / Classes / TreeNode / TreeNode Methods (XmlNotepad) / TreeNode.EndEdit
Close
domv10-banner-200
TreeNode.EndEdit Method

Namespace: XmlNotepad

C++
C#
Visual Basic
IDL
JavaScript
bool EndEdit(bool cancel);

dead code. public void BeginEdit(string name) { Debug.Assert(this.view != null); if (this.view != null) { this.view.SelectedNode = this; this.view.BeginEdit(name); }

Copyright © 2020. All rights reserved.