Method BeginLabelEdit
BeginLabelEdit(long)
Initiates the editing of the list view item label.
public void BeginLabelEdit(long itemIndex)
Parameters
itemIndex
longThe zero-based index of the item within the Items collection whose label you want to edit.
BeginLabelEdit(TreeViewItem)
Initiates the editing of the tree item label.
public void BeginLabelEdit(TreeViewItem item)
Parameters
item
TreeViewItem