Engine.UIMessageEvent
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Engine.UIMessageEvent
Syntax
ControlName_UIMessageEvent( msg)
Applies To
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.RegisterUIMessageCallback
Engine.UIMessagePollingEnabled