![]() | Download Help (Windows Only) |
ControlName_UserMessage ( uiMsg)
Occurs when an application component posts a user-defined UIMessage. A user-defined user interface message has an event code value that is equal to or greater than UIMsg_UserMessageBase (value: 10000).
The Application Manager control automatically acknowledges the user message when this event completes. Therefore, you do not have to directly call the UIMessage.Acknowledge method from within this event.
Messages the Engine.RegisterUIMessage method defines do not generate an ApplicationMgr.UserMessage event, but TestStand does send the message to ApplicationMgr.UIMessageEvent.
uiMsg As UIMessage
[In] Specifies the user-defined UIMessage object.
Helpful
Not Helpful