Displays a text box to edit the specified RibbonListViewItem.

Introduced: X17.

ActivateEditItemTextBox(RibbonListView.RibbonListViewItem)

public void ActivateEditItemTextBox(RibbonListView.RibbonListViewItem item);
Public Sub ActivateEditItemTextBox(ByVal item As RibbonListView.RibbonListViewItem)

Parameters

Parameter Description
item The specified RibbonListViewItem to edit.

Limitations

The text box only appears for the specified item, if its IsEditable property is set to true.