TrafficLightStyle property

Sets or returns the style for how the status indicators appear in the Database Column.

Syntax


C++

HRESULT get_TrafficLightStyle(ERUTrafficLightStyle* pRetVal)

HRESULT put_TrafficLightStyle(ERUTrafficLightStyle style)

Scripting languages

style = object.TrafficLightStyle

object.TrafficLightStyle = style

Legal values


The value of TrafficLightStyle is specified by the ERUTrafficLightStyle enum.

Remarks


You can only set the TrafficLightStyle property if the DataType property is set to erCellDataTypeTrafficLight. Otherwise, TrafficLightStyle returns the error EROOM_E_INVALIDOPERATION.

Home

Applies to

IERUDBColumn


See also

Databases