|
|
|
|
- Overview
- Handling the elements of a TreeView control directly
- WLanguage functions
- Direct operation
- Initializing an element in a TreeView control
- Initializing an element
- Associating a tooltip with an element
- Selecting an element in a TreeView control
- Selecting an element at row
- Positioning on the last element of the TreeView control
- Retrieving the element selected in the TreeView control
- WLanguage properties associated with the elements of a TreeView control
- Using properties on an element of a TreeView control
- Examples
Handling an element found in a TreeView control through programming (prefix syntax)
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions. You can: - Handling an element of a TreeView control,
- Initializing an element in a TreeView control,
- Selecting an element in a TreeView control,
- Retrieving the element selected in the TreeView control,
- Use the WLanguage properties on an element of a Treeview control.
Handling the elements of a TreeView control directly WLanguage functions In the WLanguage functions for managing the TreeView controls, the element of the TreeView control is handled via its full path (from the root of the TreeView control). This path has the following format:
"<Root name>" + TAB + ["<Name of 1st node>" + TAB + ... ["<Name of 2nd node>" + TAB + [...]]]"<Leaf name>"
The different elements that constitute the path of characters strings are separated by TAB characters. Initializing an element in a TreeView control Selecting an element in a TreeView control Retrieving the element selected in the TreeView control WLanguage properties associated with the elements of a TreeView control
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|