Click or drag to resize

TreeView.EditItemLabel Method (Typed)

X#
Begins in-place label editing of an item in the tree view.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EditItemLabel(
	symName AS SYMBOL
) AS LOGIC
Request Example View Source

Parameters

symName
Type: Symbol
The symbolic name of the tree view item whose label you want to edit or the TreeViewItem object representing the tree view item whose label you want to edit.

Return Value

Type: Logic
See Also