TreeViewItem Constructor | |
Construct a tree view item.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
sName,
cTextVal,
uVal,
iImage,
iSelImage
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public TreeViewItem(
Usual sName = default,
Usual cTextVal = default,
Usual uVal = default,
Usual iImage = default,
Usual iSelImage = default
)
Request Example
View SourceParameters
- sName (Optional)
- Type: Usual
The symbolic name for the tree view item. - cTextVal (Optional)
- Type: Usual
The text value of the tree view item. - uVal (Optional)
- Type: Usual
The usual value associated with the tree view item. - iImage (Optional)
- Type: Usual
A numeric value that represents the index of the tree view item's image in the image list. - iSelImage (Optional)
- Type: Usual
A numeric value that represents the index of the tree view item's selected image in the image list.
See Also