TreeView Designer Form Menu
The TreeView Designer Form menu contains the following menu items and subitems:
Menu Item |
Submenu Item |
Description |
File |
Load from XML |
Load the formatting for a C1TreeView control from an .xml file. |
Save as XML |
Save the current formatting of the C1TreeView control to an .xml file. | |
Exit |
Closes the TreeView Designer Form. | |
Edit |
Insert Item |
Inserts a new C1TreeViewNode at the specified place in the list of nodes. |
Add Child |
Adds a new C1TreeViewNode as a child of the C1TreeView or of another C1TreeViewNode. | |
Cut |
Cuts the selected C1TreeViewNode to be moved in the list of nodes. | |
Copy |
Copies the selected C1TreeViewNode. | |
Paste |
Pastes a C1TreeViewNode at the specified location in the list of nodes. | |
Delete |
Removes the selected C1TreeViewNode. | |
Rename |
Allows you to change the name of the C1TreeViewNode. |
|