AX_HIDE

Hide an ActiveX container

WTSupported in traditional Synergy on Windows

 

 

 

xcall AX_HIDE(id)

or

return = %AX_HIDE(id)

Return value

return

Always returns 1. (i)

Arguments

id

The ID of the container to hide. (D_HANDLE)

Discussion

The AX_HIDE routine is equivalent to calling AX_SET(id, “EXT_VISIBLE”, 0).

We recommend that you XCALL AX_HIDE instead of accessing it as a function.