GridColorproperty
Returns or sets the line color used between the cells of the MSHFlexGrid.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
PROPERTY GridColor () AS OLE_COLOR
PROPERTY GridColor (BYVAL clr AS OLE_COLOR)
Parameters
| Name | Description | |
|---|---|---|
clr | An OLE_COLOR value, such as a system color constant or an RGB value. |
Description
Returns or sets the line color used between the cells of the grid.
Remarks
The GridColor property can only be used when the GridLines property is set to 1 (flexGridFlat). Raised and inset gridlines are always black and white.
Reference
- Documented in Windows/Windows GUI/MSHFlexGrid Class.md
- Topic: Microsoft Hierarchical Grid