%AX_TKEVENT_MAXIMIZE

Call extension for maximize event

WSupported on Windows

 

 

 

value = %AX_TKEVENT_MAXIMIZE(resv_1, resv_2, ^VAL(container_id),
&      ^VAL(D_EVENT_MAXIMIZE))

value

The return value for the method. On Windows, this function always returns true unless the extension returns false. On Unix, this function will cause an error if invoked. On OpenVMS, it returns true. (^VAL)

resv_1, resv_2

Reserved for internal use. (a)

container_id

The ID of the Toolkit container window for the ActiveX control. This must be passed by value. (i)

D_EVENT_MAXIMIZE

The event code for the event that invoke the extension. This must be passed by value. (i)

If you passed the prefix argument to %AX_TKSINGLE or %GRID_CREATE, and a routine with the name prefix_TKEVENT_MAXIMIZE was available when the container was created, %AX_TKEVENT_MAXIMIZE calls your extension routine for the D_EVENT_MAXIMIZE event. If you didn’t pass the prefix argument, %AX_TKEVENT_MAXIMIZE does nothing.

This routine is part of the method set that’s registered when you use %AX_TKSINGLE or %GRID_CREATE.