The number of milliseconds between a pane's caption scrolls.

Usage

Set_Property(OLECtrlEntID, "OLE.PaneScrollDelay[index]", Value)

Values

Value can be any positive or negative whole number:

Default: 50

Indices

IndexDescription
indexIndex to an existing pane

Remarks

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

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

See Also

PaneTypePaneScrollIncrement

  • No labels