Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

EdgeHorizontalColor Property, SftTreeFooters Object

Defines the color used to draw all horizontal edges around headers/footers.

Syntax

Get

VB.NETClr = object.EdgeHorizontalColor As UInteger
VBClr = object.EdgeHorizontalColor As OLE_COLOR
C#.NETuint Clr = object.EdgeHorizontalColor;
VC++OLE_COLOR Clr = object->EdgeHorizontalColor;
OLE_COLOR Clr = object->GetEdgeHorizontalColor();
CHRESULT object->get_EdgeHorizontalColor(OLE_COLOR* Clr);

Put

VB.NETobject.EdgeHorizontalColor = Clr As UInteger
VBobject.EdgeHorizontalColor = Clr As OLE_COLOR
C#.NETuint object.EdgeHorizontalColor = Clr;
VC++OLE_COLOR object->EdgeHorizontalColor = Clr;
void object->PutEdgeHorizontalColor(OLE_COLOR Clr);
CHRESULT object->put_EdgeHorizontalColor(OLE_COLOR Clr);

object

A SftTreeFooters object.

Clr

Defines the color used to draw all horizontal edges around headers/footers. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The EdgeHorizontalColor property defines the color used to draw all horizontal edges around headers/footers.

Column headers, column footers, row headers, row/column headers and row/column footers have numerous color properties to define their appearance. The colors defined using EdgeHorizontalColor and EdgeVerticalColor are not part of the headers or footers. They are used to separate display elements from each each other. The EdgeVerticalColor property is used to the right of each column header to separate individual column headers, to the right of row headers, to the right of the row/column header and row/column footer. The EdgeHorizontalColor property is used below each column header, below each row header, below the row/column header and above the row/column footer and column footers.

While many objects have an EdgeVerticalColor and EdgeHorizontalColor property (like Headers, Footers, Items, RowHeaders, RowColumnHeader, RowColumnFooter), they are all synonyms and by changing one property value, all objects will reflect the new color value.

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