Table of Contents

Method BeginLabelEdit

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

BeginLabelEdit(TreeViewItem)

Initiates the label editing mode for the specified TreeViewItem.

void BeginLabelEdit(TreeViewItem item)

Parameters

item TreeViewItem

The TreeViewItem whose label is to be edited. Must not be null.

Remarks

This method allows the user to edit the label of the specified tree view item. Ensure that the item supports label editing before calling this method.