Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To stop the marquee from automatically animating, just set this property to 0. You can call the UpdateMarquee method to advance the marquee manually.

...

Code Block
// Slow down the marquee for Pane 2 
Set_Property(@Window:".OLE_STATUSBAR", "OLE.PaneMarqueeDelay[2]", 250) 

// Speed up the marquee for all panes 
Set_Property(@Window:".OLE_STATUSBAR", "OLE.PaneMarqueeDelay[All]", 10) 

// Stop animating the marquee in pane 3 
Set_Property(@Window:".OLE_STATUSBAR", "OLE.PaneMarqueeDelay[3]", 0)

See Also

PaneTypeUpdateMarquee