Statusbar Timers

The Timers in AdvOfficeStatusBar, HTMLStatusBar, HTMLText is firing each 100ms and 1 ms.
This causes a lot of of WM_TIMER messages, and the Application OnIdle event is run each time.
This can cause performance issues, and I would like the CPU idle time to be 0.
Is there a way to avoid these timers ?

In the statusbar it cannot be turned off. It is used to monitor keyboard state & text blinking.
In THTMLStaticText it can be turned off by setting EnableBlink, AutoScroll, MiniScroll = false