ApplicationMgr.RefreshWindows
- Updated2025-07-21
- 1 minute(s) read
ApplicationMgr.RefreshWindows
Syntax
ControlName_RefreshWindows( activeXData)
Applies To
Purpose
Occurs when a UIMsg_RefreshWindows UIMessage posts. Handle this event to refresh custom controls as needed.
Remarks
A step or callback sequence typically posts the UIMsg_RefreshWindows UIMessage to force a refresh, such as updating the status of a step in the Execution view when TestStand does not normally update it.
Parameters
activeXData As IUnknown
[In] Specifies the ActiveXData of the UIMessage object. Specify NULL to refresh data for all files and executions. Specify a PropertyObjectFile to refresh the data of a specific file. Specify a SequenceContext to refresh the SequenceContext of an execution. You can also specify an Object Reference Array that contains multiple values.