TreeView.EditItemLabel Method | |
Begins in-place label editing of an item in the tree view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EditItemLabel(
symName
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EditItemLabel(
Usual symName = default
)
Request Example
View SourceParameters
- symName (Optional)
- Type: Usual
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:
UsualSee Also