Versions Compared

Key

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

...

The PaneScrollDelay property is used for panes whose PaneType property is set to "Scrolling." Scrolling panes move their captions right to left one or more pixels at a time. The PaneScrollDelay establishes the number of milliseconds a pane waits to move its caption again to the left.

You can alter the number of pixels the caption moves by setting the PaneScrollIncrement property.

Example

Code Block
// Scroll the 1st pane's caption 10 times a second 
Set_Property(@Window:".OLE_STATUSBAR", "OLE.PaneScrollDelay[1]", 100)

See Also

PaneTypePaneScrollIncrement