%AX_TKCID
Get the ID for an ActiveX container
WTSupported in traditional Synergy on Windows
|
|
|
|
container_id = %AX_TKCID(tk_container_id)
Return value
container_id
On Windows, %AX_TKCID returns the associated ActiveX container ID. On UNIX, this routine always returns false. On OpenVMS, this routine always returns true. (^VAL)
Arguments
tk_container_id
The ID of the Toolkit container window. (n)
Discussion
Each UI Toolkit container window has an ActiveX container associated with it. %AX_TKCID enables you to obtain the ID for the ActiveX container by passing the ID for the Toolkit container window. (%AX_TKWIN, %AX_TKSINGLE, and %GRID_CREATE return the ID for the Toolkit container window.)
See also