Updates the auto panes (NUMLOCK, SCROLL, and CAPSLOCK).

Version Introduced: 3.0.0

Syntax

rv = Send_Message(Ctrl, "OLE.UpdateAutoPanes")

Remarks

The UpdateAutoPanes method provides a way for windows containing the SRP StatusBar control to have the auto panes updated. Auto panes are those panes whose PaneType property is NUMLOCK, CAPLOCK, or SCROLLLOCK. These panes need to be told when to update their states.

We recommend calling this method during the ACTIVATED event of your window.

Example

// Update the auto panes 
rv = Send_Message(@Window:".OLE_STATUSBAR", "OLE.UpdateAutoPanes")

See Also

PaneType

  • No labels