ActiveX Routines

Toolkit’s ActiveX routines enable you to add ActiveX controls to Toolkit windows, extending your application’s capabilities with interactive and multimedia effects. Toolkit includes a routine, %GRID_CREATE, that is specially designed for GrapeCity’s Spread COM control, but the other ActiveX routines can be used for any ActiveX control.

UI Toolkit ActiveX routines are not available in Synergy .NET.

AX_INPUT - Perform input to an ActiveX control

AX_REGISTER - Register an ActiveX control

AX_TIMEOUT - Set the time-out value for an ActiveX control

%AX_TKCALL - Call a method for an ActiveX control

%AX_TKCID - Get the ID for an ActiveX container

%AX_TKCTLID - Get an ActiveX control ID

AX_TKGET - Get a property for an ActiveX control

%AX_TKGETINT - Get an ActiveX control property as an integer

AX_TKSET - Set a property for an ActiveX control

%AX_TKSINGLE - Create a Toolkit container and load a single ActiveX control

%AX_TKWIN - Create a Toolkit container window

AX_WANTSKEY - Register keys to an ActiveX control

%GRID_CREATE - Create a Toolkit container for the Spread control

%AX_TKEVENT_CLOSE - Call extension for close event

%AX_TKEVENT_LEFT_CLICK - Call extension for left click event

%AX_TKEVENT_LEFT_DBLCLK - Call extension for left double-click event

%AX_TKEVENT_MAXIMIZE - Call extension for maximize event

%AX_TKEVENT_MIDDLE_CLICK - Call extension for middle click event

%AX_TKEVENT_MIDDLE_DBLCLK - Call extension for middle double-click event

%AX_TKEVENT_MINIMIZE - Call extension routine for minimize event

%AX_TKEVENT_MOVE - Call extension routine for move event

%AX_TKEVENT_RESTORE - Call extension routine for restore event

%AX_TKEVENT_RIGHT_CLICK - Call extension routine for right click event

%AX_TKEVENT_RIGHT_DBLCLK - Call extension for right double-click event

%AX_TKEVENT_SCROLL - Call extension routine for scroll event

%AX_TKEVENT_SIZE - Size the Toolkit container window