Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.GridHorizontalColor Property

Defines the color used for horizontal grid lines.

Syntax

Get

VB.NETClr = object.GridHorizontalColor As UInteger
VBClr = object.GridHorizontalColor As OLE_COLOR
C#.NETuint Clr = object.GridHorizontalColor;
VC++OLE_COLOR Clr = object->GridHorizontalColor;
OLE_COLOR Clr = object->GetGridHorizontalColor();
CHRESULT object->get_GridHorizontalColor(OLE_COLOR* Clr);

Put

VB.NETobject.GridHorizontalColor = Clr As UInteger
VBobject.GridHorizontalColor = Clr As OLE_COLOR
C#.NETuint object.GridHorizontalColor = Clr;
VC++OLE_COLOR object->GridHorizontalColor = Clr;
void object->PutGridHorizontalColor(OLE_COLOR Clr);
CHRESULT object->put_GridHorizontalColor(OLE_COLOR Clr);

object

A SftBoxItems object.

Clr

Defines the color used for horizontal 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 GridHorizontalColor property defines the color used for horizontal grid lines.

Grid lines are enabled using the Items.GridStyle property.

See Also SftBoxItems Object | Object Hierarchy


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