SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines whether the item is ignored for cell editing.
Get
| VB.NET | Boolean = object.EditIgnore As Boolean |
| VB | Boolean = object.EditIgnore As Boolean |
| C#.NET | bool Boolean = object.EditIgnore; |
| VC++ | VARIANT_BOOL Boolean = object->EditIgnore; VARIANT_BOOL Boolean = object->GetEditIgnore(); |
| C | HRESULT object->get_EditIgnore(VARIANT_BOOL* Boolean); |
Put
| VB.NET | object.EditIgnore = Boolean As Boolean |
| VB | object.EditIgnore = Boolean As Boolean |
| C#.NET | bool object.EditIgnore = Boolean; |
| VC++ | VARIANT_BOOL object->EditIgnore = Boolean; void object->PutEditIgnore(VARIANT_BOOL Boolean); |
| C | HRESULT object->put_EditIgnore(VARIANT_BOOL Boolean); |
object
A SftTreeItem object.
Boolean
Defines whether the item is ignored for cell editing.
| Boolean | Description |
|---|---|
| True | All 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. |
| False | This item and all its cells can be edited, unless editing is prevented by a cell's Cell.EditIgnore property. |
The EditIgnore property defines whether the item is ignored for cell editing.
See Also SftTreeItem Object | Object Hierarchy
