HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

EditIgnore Property, SftTreeCell Object

Defines whether the cell is ignored for cell editing.

Syntax

Get

VB.NETBoolean = object.EditIgnore As Boolean
VBBoolean = object.EditIgnore As Boolean
C#.NETbool Boolean = object.EditIgnore;
VC++VARIANT_BOOL Boolean = object->EditIgnore;
VARIANT_BOOL Boolean = object->GetEditIgnore();
CHRESULT object->get_EditIgnore(VARIANT_BOOL* Boolean);

Put

VB.NETobject.EditIgnore = Boolean As Boolean
VBobject.EditIgnore = Boolean As Boolean
C#.NETbool object.EditIgnore = Boolean;
VC++VARIANT_BOOL object->EditIgnore = Boolean;
void object->PutEditIgnore(VARIANT_BOOL Boolean);
CHRESULT object->put_EditIgnore(VARIANT_BOOL Boolean);

object

A SftTreeCell object.

Boolean

Defines whether the cell is ignored for cell editing.

BooleanDescription
TrueThe cell is ignored for cell editing. It cannot be edited using the Cell.Edit method and the EditNavigate method will skip this cell.
FalseThe cell can be edited, unless editing is prevented by the Item.EditIgnore property.

Comments

The EditIgnore property defines whether the cell is ignored for cell editing.

See Also SftTreeCell Object | Object Hierarchy


Last Updated 05/24/2026 - (email)
© 2026 Softel vdm, Inc.