Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

GridVerticalColor Property, SftTreeItems Object

Defines the color used to draw vertical grid lines.

Syntax

Get

VB.NETClr = object.GridVerticalColor As UInteger
VBClr = object.GridVerticalColor As OLE_COLOR
C#.NETuint Clr = object.GridVerticalColor;
VC++OLE_COLOR Clr = object->GridVerticalColor;
OLE_COLOR Clr = object->GetGridVerticalColor();
CHRESULT object->get_GridVerticalColor(OLE_COLOR* Clr);

Put

VB.NETobject.GridVerticalColor = Clr As UInteger
VBobject.GridVerticalColor = Clr As OLE_COLOR
C#.NETuint object.GridVerticalColor = Clr;
VC++OLE_COLOR object->GridVerticalColor = Clr;
void object->PutGridVerticalColor(OLE_COLOR Clr);
CHRESULT object->put_GridVerticalColor(OLE_COLOR Clr);

object

A SftTreeItems object.

Clr

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

Comments

The GridVerticalColor property defines the color used to draw vertical grid lines.

Based on the Items.GridStyle property, grid lines are displayed using the specified color Clr. If Clr is set to -1, a suitable default color is used based on the operating system and current Windows theme used.

See Also SftTreeItems 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.