|
|
|
SftTree.EditIndex Property |
Returns the index of the cell currently being edited.
Syntax
VB.NET |
ItemIndex = object.EditIndex As Integer |
||
VB |
ItemIndex = object.EditIndex As Long |
||
C#.NET |
int ItemIndex = object.EditIndex; |
||
VC++ |
long ItemIndex = object->EditIndex; |
||
C |
HRESULT object->get_EditIndex(long* ItemIndex); |
||
Delphi |
ItemIndex := object.EditIndex : Integer; |
object
A SftTree object.
ItemIndex
Returns the 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