Click or drag to resize

TreeView.SetItemAttributes Method (Typed)

X#
Update a tree view item within the tree view.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetItemAttributes(
	oTreeViewItem AS TreeViewItem
) AS VOID
Request Example View Source

Parameters

oTreeViewItem
Type: TreeViewItem
The tree view item to update.
See Also