Description

Registers the window to listen for a FW_COMMANDS_CHANGED event, which is sent when commands are added/updated/removed so the window can update any UI elements. This is mostly used by FrameWorks tools such as FW_RIBBON_MANAGER.

Syntax

rv = Command_Services("RegisterListener", Window)

Parameters

ParameterDescription
Window

A valid window name.

Remarks

This service is normally called during a window's create event.

See Also

UnregisterListener

Version

16.0.18

  • No labels