ListView.EditItemLabel Method (Typed) | |
Begins in-place label editing of an item in the list view.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EditItemLabel(
nItem AS LONG
) AS USUAL
public virtual Usual EditItemLabel(
int nItem
)
Request Example
View SourceParameters
- nItem
- Type: Long
The index of the ListViewItem object whose label you want to edit.
Return Value
Type:
UsualSee Also