SftBox/OCX 4.5

SftBoxItems.GridVerticalColor Property

Softel vdm, Inc.

Defines the color used for vertical grid lines.

Syntax       

Get

VB.NET

Clr = object.GridVerticalColor  As UIntegerLanguage-specific information

VB

Clr = object.GridVerticalColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.GridVerticalColor;

VC++

OLE_COLOR Clr = object->GridVerticalColor;
OLE_COLOR Clr = object->GetGridVerticalColor();

C

HRESULT object->get_GridVerticalColor(OLE_COLOR* Clr);

Delphi

Clr := object.GridVerticalColor  : CardinalLanguage-specific information;

Put

VB.NET

object.GridVerticalColor = Clr  As UIntegerLanguage-specific information

VB

object.GridVerticalColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.GridVerticalColor = Clr;

VC++

OLE_COLOR object->GridVerticalColor = Clr;
void object->PutGridVerticalColor(OLE_COLOR Clr);

C

HRESULT object->put_GridVerticalColor(OLE_COLOR Clr);

Delphi

object.GridVerticalColor := Clr  : CardinalLanguage-specific information;

object

A SftBoxItems object.

Clr

Defines the color used for vertical grid lines. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...". Set to -1 to define the default color. The default color used is chosen based on the operating system.

Comments

The GridVerticalColor property defines the color used for vertical grid lines.

Grid lines are enabled using the Items.GridStyle property.


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