Table of Contents

Method BeginLabelEdit

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

BeginLabelEdit(long)

Initiates the editing of the list view item label.

public void BeginLabelEdit(long itemIndex)

Parameters

itemIndex long

The 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