Engine.UIMessageEvent

Syntax

ControlName_UIMessageEvent( msg)

Applies To

Engine

Purpose

Handles user interface message events as ActiveX events.

Remarks

You must implement this method if you are writing a user interface and you want to receive UIMessages as ActiveX events. If you are using the TestStand ActiveX control in Microsoft Visual Basic, double-click the TestStand control icon on the form to implement the ActiveX event callback.

Parameters

msg As UIMessage

[In] The user interface message that TestStand passes to the event.

See Also

Engine.GetUIMessage

Engine.RegisterUIMessageCallback

Engine.UIMessagePollingEnabled

StationOptions.UIMessageDelay

StationOptions.UIMessageMinDelay

UIMessage