Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

EditIndex Property, SftTree Object

Returns the index of the cell currently being edited.

Syntax

Get

VB.NETItemIndex = object.EditIndex As Integer
VBItemIndex = object.EditIndex As Long
C#.NETint ItemIndex = object.EditIndex;
VC++long ItemIndex = object->EditIndex;
long ItemIndex = object->GetEditIndex();
CHRESULT object->get_EditIndex(long* ItemIndex);

object

A SftTree object.

ItemIndex

Returns the item index of the cell currently being edited. -1 is returned if cell editing is not active.

Comments

The EditIndex property returns the index of the cell currently being edited.

The EditColumn property can be used to retrieve the column of the cell currently being edited.

See Also SftTree Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.