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 the color use of the area to the left of the first column.
Get
VB.NET | Boolean = object.InheritBackColor As Boolean |
VB | Boolean = object.InheritBackColor As Boolean |
C#.NET | bool Boolean = object.InheritBackColor; |
VC++ | VARIANT_BOOL Boolean = object->InheritBackColor; VARIANT_BOOL Boolean = object->GetInheritBackColor(); |
C | HRESULT object->get_InheritBackColor(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.InheritBackColor = Boolean As Boolean |
VB | object.InheritBackColor = Boolean As Boolean |
C#.NET | bool object.InheritBackColor = Boolean; |
VC++ | VARIANT_BOOL object->InheritBackColor = Boolean; void object->PutInheritBackColor(VARIANT_BOOL Boolean); |
C | HRESULT object->put_InheritBackColor(VARIANT_BOOL Boolean); |
object
Boolean
Defines the color use of the area to the left of the first column.
Boolean | Description |
---|---|
True | The column or cell specific colors of the first displayed column are used (or "inherited"). The properties used are Column.BackColor and Column.SelectBackColor, Cell.BackColor and Cell.SelectBackColor. |
False | The area left of the first cell uses the colors defined using the properties Items.BackColor, Items.BackColorOdd and Items.SelectBackColor. |
The InheritBackColor property defines the color use of the area to the left of the first column.
See Also SftBoxItems Object | Object Hierarchy