| |
TrafficLightStyle propertySets or returns the style for how the status indicators appear in the Database Column. SyntaxC++HRESULT get_TrafficLightStyle(ERUTrafficLightStyle* pRetVal) HRESULT put_TrafficLightStyle(ERUTrafficLightStyle style) Scripting languagesstyle = object.TrafficLightStyle object.TrafficLightStyle = style Legal valuesThe value of TrafficLightStyle is specified by the ERUTrafficLightStyle enum. RemarksYou can only set the TrafficLightStyle property if the DataType property is set to erCellDataTypeTrafficLight. Otherwise, TrafficLightStyle returns the error EROOM_E_INVALIDOPERATION. |
Home |