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.
rv = Command_Services("RegisterListener", Window) |
| Parameter | Description |
|---|---|
| Window | A valid window name. |
This service is normally called during a window's create event.
16.0.18