Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

GridHorizontalColor Property, SftTree Object

Defines the color used to draw horizontal grid lines.

Deprecated - Provided for compatibility with earlier versions only - Use Items.GridHorizontalColor instead

Syntax

Get

VB.NETClr = object.GridHorizontalColor As System.Drawing.Color
VBClr = object.GridHorizontalColor As OLE_COLOR
C#.NETSystem.Drawing.Color 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 System.Drawing.Color
VBobject.GridHorizontalColor = Clr As OLE_COLOR
C#.NETSystem.Drawing.Color object.GridHorizontalColor = Clr;
VC++OLE_COLOR object->GridHorizontalColor = Clr;
void object->PutGridHorizontalColor(OLE_COLOR Clr);
CHRESULT object->put_GridHorizontalColor(OLE_COLOR Clr);

object

A SftTree object.

Clr

Defines the color used to draw horizontal grid lines. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.GridHorizontalColor instead

The GridHorizontalColor property defines the color used to draw horizontal grid lines.

Based on the Items.GridStyle property, grid lines are displayed using the specified color Clr.

See Also SftTree Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.