SftBox/OCX 4.5

SftBoxItems.InheritBackColor Property

Softel vdm, Inc.

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

Syntax       

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);

Delphi

Boolean := object.InheritBackColor   : WordBool;

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);

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.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com