Click or drag to resize

TreeViewMouseEvent.TreeViewItem Property

X#
The TreeViewItem object which was clicked, if the mouse click occurred on an item; otherwise, a null object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY TreeViewItem AS TreeViewItem GET 
Request Example View Source

Property Value

Type: TreeViewItem
The TreeViewItem object which was clicked, if the mouse click occurred on an item; otherwise, a null object.
See Also