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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether the item is ignored for optimal column width and extent calculation.
Get
VB.NET | Boolean = object.Ignore As Boolean |
VB | Boolean = object.Ignore As Boolean |
C#.NET | bool Boolean = object.Ignore; |
VC++ | VARIANT_BOOL Boolean = object->Ignore; VARIANT_BOOL Boolean = object->GetIgnore(); |
C | HRESULT object->get_Ignore(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.Ignore = Boolean As Boolean |
VB | object.Ignore = Boolean As Boolean |
C#.NET | bool object.Ignore = Boolean; |
VC++ | VARIANT_BOOL object->Ignore = Boolean; void object->PutIgnore(VARIANT_BOOL Boolean); |
C | HRESULT object->put_Ignore(VARIANT_BOOL Boolean); |
object
A SftTreeItem object.
Boolean
Defines whether the item is ignored for optimal column width and extent calculation.
Boolean | Description |
---|---|
True | All cells of this item are ignored for optimal column width calculation using Column.MakeOptimal, Column.OptimalWidth and ColumnsObj.MakeOptimal. This can be used if certain item contents are known to be unusually long, which would make columns too wide. |
False | This item and all its cells are included in the optimal column width calculation using Column.MakeOptimal, Column.OptimalWidth and ColumnsObj.MakeOptimal, unless individual cells are excluded using their Cell.Ignore property. |
The Ignore property defines whether the item is ignored for optimal column width and extent calculation.
See Also SftTreeItem Object | Object Hierarchy