Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.InheritBackColor Property

Defines the color use of the area to the left of the first column.

Syntax

Get

VB.NETBoolean = object.InheritBackColor As Boolean
VBBoolean = object.InheritBackColor As Boolean
C#.NETbool Boolean = object.InheritBackColor;
VC++VARIANT_BOOL Boolean = object->InheritBackColor;
VARIANT_BOOL Boolean = object->GetInheritBackColor();
CHRESULT object->get_InheritBackColor(VARIANT_BOOL* Boolean);

Put

VB.NETobject.InheritBackColor = Boolean As Boolean
VBobject.InheritBackColor = Boolean As Boolean
C#.NETbool object.InheritBackColor = Boolean;
VC++VARIANT_BOOL object->InheritBackColor = Boolean;
void object->PutInheritBackColor(VARIANT_BOOL Boolean);
CHRESULT object->put_InheritBackColor(VARIANT_BOOL Boolean);

object

A SftBoxItems object.

Boolean

Defines the color use of the area to the left of the first column.

BooleanDescription
TrueThe 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.
FalseThe 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.

See Also SftBoxItems Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.