ComponentOne TreeView for ASP.NET WebForms
Design-Time Support / Designer Form / Exploring the Designer Form / Designer Form Toolbar
In This Topic
    Designer Form Toolbar
    In This Topic

    The toolbar for the TreeView Designer Form appears like the following:

    The table below describes each button in the toolbar:

    Button

    Name

    Description

    Move Item Up

    Moves the selected C1TreeViewNode up in the list of nodes.

    Move Item Down

    Moves the selected C1TreeViewNode down in the list nodes.

    Move Item Left

    Moves the selected C1TreeViewNode to the left in the hierarchy.

    Move Item Right

    Moves the selected C1TreeViewNode to the right in the hierarchy.

    Add Child Item

    Inserts a C1TreeViewNode as a child of the C1TreeView control or of another C1TreeViewNode.

    Insert Item

    Inserts a C1TreeViewNode at the specified location in the list of nodes.

    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.

    See Also