TreeView Class (Typed) |
|
Namespace: XSharp.VO.SDK
The TreeView type exposes the following members.
| Name | Description | |
|---|---|---|
| ControlType | (Overrides ControlType.) | |
| DragDropEnabled |
A logical value that is TRUE if drag-and-drop is enabled for the tree view. If drag-and-drop is enabled, items can be dragged within, as well as outside, the control.
| |
| DragImageList |
An image list containing a single image displayed during a drag-and-drop operation for the tree view.
| |
| ImageList |
An image list containing images to display for each item in the tree view.
| |
| Indent |
A numeric value representing the number of pixels that child items are indented from parent items.
| |
| ItemCount |
A numeric value representing the number of items in the tree view.
| |
| SearchString |
The incremental search string associated with the tree view.
| |
| StateImageList |
An image list containing state images to display for each item in the tree view.
| |
| VisibleCount |
A numeric value representing the number of tree view items that are fully visible in the tree view.
|
| Name | Description | |
|---|---|---|
| AddItem |
Add a new tree view item as the last child item of a specified parent.
| |
| Collapse(Symbol) |
Collapse a tree view item, hiding its child items.
| |
| Collapse(TreeViewItem) |
Collapse a tree view item, hiding its child items.
| |
| Collapse(Symbol, Logic) |
Collapse a tree view item, hiding its child items.
| |
| Collapse(TreeViewItem, Logic) |
Collapse a tree view item, hiding its child items.
| |
| Collapse(Symbol, Logic, Logic) |
Collapse a tree view item, hiding its child items.
| |
| Collapse(TreeViewItem, Logic, Logic) |
Collapse a tree view item, hiding its child items.
| |
| Collapse(Symbol, Logic, Logic, Logic) |
Collapse a tree view item, hiding its child items.
| |
| Collapse(TreeViewItem, Logic, Logic, Logic) |
Collapse a tree view item, hiding its child items.
| |
| DeleteAll |
Delete all items of the tree view.
| |
| DeleteItem(Symbol) |
Delete a tree view item.
| |
| DeleteItem(Usual) |
Delete a tree view item.
| |
| DeleteItem(TreeViewItem) |
Delete a tree view item.
| |
| DeleteItem(Symbol, Logic) |
Delete a tree view item.
| |
| DeleteItem(Usual, Logic) |
Delete a tree view item.
| |
| DeleteItem(TreeViewItem, Logic) |
Delete a tree view item.
| |
| EditItemLabel |
Begins in-place label editing of an item in the tree view.
| |
| EnableDragDrop |
Enable or disable drag-and-drop of items for the tree view.
| |
| EnableSort |
Register a user-defined method to use for sorting items in the tree view.
| |
| EnsureVisible |
Ensure that an item is visible in the tree view, expanding its parent item or scrolling the tree view if necessary.
| |
| Expand(Symbol) |
Expand a tree view item, showing its child items.
| |
| Expand(Symbol, Logic) |
Expand a tree view item, showing its child items.
| |
| Expand(Symbol, Logic, Logic) |
Expand a tree view item, showing its child items.
| |
| Expand(TreeViewItem, Logic, Logic) |
Expand a tree view item, showing its child items.
| |
| GetCurrentItem | ||
| GetDropHighlight |
Return the first tree view item that is the target of a drag-and-drop operation.
| |
| GetFirstChildItem(Symbol) |
Return the first child tree view item.
| |
| GetFirstChildItem(Usual) |
Return the first child tree view item.
| |
| GetFirstChildItem(TreeViewItem) |
Return the first child tree view item.
| |
| GetFirstVisibleItem |
Return the first visible tree view item.
| |
| GetItemAtPosition |
Return the tree view item at a particular position, if one exists.
| |
| GetItemAttributes(Symbol) |
Return a tree view item given its symbolic name.
| |
| GetItemAttributes(TreeViewItem) | ||
| GetItemBoundingBox |
Return the bounding box of a tree view item.
| |
| GetNextSiblingItem(Symbol) |
Return a tree view item's next sibling item.
| |
| GetNextSiblingItem(Usual) |
Return a tree view item's next sibling item.
| |
| GetNextSiblingItem(TreeViewItem) |
Return a tree view item's next sibling item.
| |
| GetNextVisibleItem(Symbol) |
Return a tree view item's next visible item.
| |
| GetNextVisibleItem(Usual) |
Return a tree view item's next visible item.
| |
| GetNextVisibleItem(TreeViewItem) |
Return a tree view item's next visible item.
| |
| GetParentItem(Symbol) | ||
| GetParentItem(Usual) |
Return a tree view item's parent item.
| |
| GetParentItem(TreeViewItem) |
Return a tree view item's parent item.
| |
| GetPreviousSiblingItem(Symbol) |
Return a tree view item's previous sibling item.
| |
| GetPreviousSiblingItem(Usual) |
Return a tree view item's previous sibling item.
| |
| GetPreviousSiblingItem(TreeViewItem) |
Return a tree view item's previous sibling item.
| |
| GetPreviousVisibleItem(Symbol) |
Return a tree view item's previous visible item.
| |
| GetPreviousVisibleItem(Usual) |
Return a tree view item's previous visible item.
| |
| GetPreviousVisibleItem(TreeViewItem) |
Return a tree view item's previous visible item.
| |
| GetRootItem |
Return the root tree view item.
| |
| GetSelectedItem |
Return the currently selected tree view item.
| |
| InsertItem |
Insert a new tree view item as a child of a specified item and after a specified item in the tree view.
| |
| RestoreUpdate | (Overrides RestoreUpdate.) | |
| SelectItem |
Cause a tree view to select a tree view item, scroll the item into view, or redraw it as the target of a drag-and-drop operation.
| |
| SetItemAttributes |
Update a tree view item within the tree view.
| |
| SortChildren |
Sort the child tree view items of an item using the user-defined sort method specified by EnableSort().
| |
| SuspendUpdate | (Overrides SuspendUpdate.) | |
| Toggle |
Toggle the expanded or collapsed state of a tree view item, showing or hiding its child items appropriately.
|