Click or drag to resize

TreeView.GetSelectedItem Method (Typed)

X#
Return the currently selected tree view item.

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

Return Value

Type: TreeViewItem
The currently selected tree view item.
See Also