GridRepaint
WTSupported in traditional Synergy on Windows
|
|
|
|
xcall AX_CALL(axlist_id, "GridRepaint")
Return value
status
Always returns zero. (n)
Arguments
axlist_id
The ID for the ActiveX Toolkit list. This ID can be retrieved with L_STATUS. (n)
Discussion
The GridRepaint method forces a full repaint of the ActiveX Toolkit list.
See also
%AX_CALL routine
Examples
The following example forces the list to be repainted.
xcall l_status(listid, D_LAXCTRL, axctrl) xcall ax_call(axctrl, "GridRepaint")