ApplicationMgr.UIMessageEvent
- Updated2025-07-21
- 1 minute(s) read
ApplicationMgr.UIMessageEvent
Syntax
ControlName_UIMessageEvent( uiMsg, cancel)
Applies To
Purpose
Forwards TestStand Engine events before the manager controls process them.
Remarks
Use this event to handle messages before the manager controls handle them.
The Application Manager control automatically calls the UIMessage.Acknowledge method when this event completes. Therefore, you do not have to directly call the UIMessage.Acknowledge method from within this event.
Parameters
uiMsg As UIMessage
[In] Specifies a TestStand User Interface message.
cancel As Boolean
[In/Out] Set this parameter to True when you do not want the manager controls to handle this event. Setting this parameter to True can improve performance in some cases by preventing TestStand from storing user interface message data in the internal cache.