Click or drag to resize

DataColumn.CellTextColor Property

X#
The Color object used to paint the text in a cell if DataColumn:EnableCellDraw has been called.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY CellTextColor AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
The Color object used to paint the text in a cell if DataColumn:EnableCellDraw has been called.
Remarks
The Color object used to paint the text in a cell if DataColumn:EnableCellDraw has been called. This object should not be a local variable of the cell-painting method supplied to DataColumn:EnableCellDraw.
See Also