|
|
|
SftBoxItems.InheritBackColor Property |
Defines the color use of the area to the left of the first column.
Syntax
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;
|
||
C |
HRESULT object->get_InheritBackColor(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.InheritBackColor : WordBool; |
||
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;
|
||
C |
HRESULT object->put_InheritBackColor(VARIANT_BOOL Boolean); |
||
Delphi |
object.InheritBackColor := Boolean : WordBool; |
object
A SftBoxItems 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. |
Comments
The InheritBackColor property defines the color use of the area to the left of the first column.