NetXP 3.0 Reference

ListBarItem.StartEdit Method 

Starts editing this item. The BeforeLabelEdit event will be fired prior to the text box being made visible.

[Visual Basic]
Public Sub StartEdit()
[C#]
public void StartEdit();

Exceptions

Exception TypeCondition
InvalidOperationExceptionIf the item is not part of a ListBarGroup or not part of the selected group in the control.

See Also

ListBarItem Class | NETXP.Controls.Bars Namespace