|
|
|
SftTreeItems.EdgeVerticalColor Property |
Defines the color used to draw all vertical edges around headers/footers.
Syntax
VB.NET |
|||
VB |
Clr = object.EdgeVerticalColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->EdgeVerticalColor;
|
||
C |
HRESULT object->get_EdgeVerticalColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.EdgeVerticalColor : Cardinal; |
||
VB.NET |
|||
VB |
object.EdgeVerticalColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->EdgeVerticalColor = Clr;
|
||
C |
HRESULT object->put_EdgeVerticalColor(OLE_COLOR Clr); |
||
Delphi |
object.EdgeVerticalColor := Clr : Cardinal; |
object
A SftTreeItems object.
Clr
Defines the color used to draw all vertical edges around headers/footers.
Comments
The EdgeVerticalColor property defines the color used to draw all vertical 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 EdgeHorizontalProperty 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 SftTreeItems Object | Object Hierarchy