HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

EditIgnore Property, SftTreeItem Object

Defines whether the item 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 SftTreeItem object.

Boolean

Defines whether the item is ignored for cell editing.

BooleanDescription
TrueAll cells of this item are ignored for cell editing. They cannot be edited using the Cell.Edit method and the EditNavigate method will skip this item and all its cells.
FalseThis item and all its cells can be edited, unless editing is prevented by a cell's Cell.EditIgnore property.

Comments

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

See Also SftTreeItem Object | Object Hierarchy


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