TreeView.EditItemLabel Method (Typed) | |
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
public virtual bool EditItemLabel(
Symbol symName
)
Request Example
View SourceParameters
- 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:
LogicSee Also