Click or drag to resize

TreeView.GetItemAttributes Method (Symbol)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetItemAttributes(
	symItem AS SYMBOL
) AS TreeViewItem
Request Example View Source

Parameters

symItem
Type: Symbol
The symbolic name of the tree view item to be returned.

Return Value

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