| |
TrafficGreenText propertyReturns the text equivalent for the green traffic light. SyntaxC++HRESULT get_TrafficGreenText(BSTR* pRetVal) Scripting languagesValue = object.TrafficGreenText RemarksYou can only set the TrafficGreenText property if the DataType property is set to erColumnTypeTrafficLight and if TrafficLightStyle is set to ERUTrafficLightCustom. Otherwise, TrafficGreenText returns the error EROOM_E_INVALIDOPERATION. |
Home |