Display_T35.BBackLightOn is always true

Hi.


        void timer_Tick(Timer timer)
        {
            timer.Stop();
            bool b = Display.BBackLightOn;
            Display.SetBacklight(false);
            b = Display.BBackLightOn;

            Debug.Print("Display: turn off");
        }

Am i doing something wrong? I am expecting, that after SetBacklight(false), the BBackLightOn would be false.

This was a bug, and has been fixed for all displays.

Is this bug fix included in version “GHI Software Package v4.2 Nov. 29, 2012”?
Because it is not working. The property is read only now, but always true.