ListView.EditItemLabel Method | |
Begins in-place label editing of an item in the list view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EditItemLabel(
nItem
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EditItemLabel(
Usual nItem = default
)
Request Example
View SourceParameters
- nItem (Optional)
- Type: Usual
The index of the ListViewItem object whose label you want to edit.
Return Value
Type:
UsualSee Also