|
|
|
SftBoxItems.GridVerticalColor Property |
Defines the color used for vertical grid lines.
Syntax
VB.NET |
|||
VB |
Clr = object.GridVerticalColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->GridVerticalColor;
|
||
C |
HRESULT object->get_GridVerticalColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.GridVerticalColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->GridVerticalColor = Clr;
|
||
C |
HRESULT object->put_GridVerticalColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftBoxItems object.
Clr
Defines the color used for vertical 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 GridVerticalColor property defines the color used for vertical grid lines.
Grid lines are enabled using the Items.GridStyle property.