Click or drag to resize

TreeView.GetItemAttributes Method

X#
Return a tree view item given its symbolic name.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetItemAttributes(
	symItem
) AS USUAL CLIPPER
Request Example View Source

Parameters

symItem (Optional)
Type: Usual
The symbolic name of the tree view item to be returned.

Return Value

Type: Usual
The tree view item specified by the symbolic name.
See Also