ApplicationMgr.DisplaySequenceFile
- Updated2025-07-21
- 1 minute(s) read
ApplicationMgr.DisplaySequenceFile
Syntax
ControlName_DisplaySequenceFile( file, reason)
Applies To
Purpose
Occurs when a sequence file is opened directly or in response to a UIMsg_OpenWindows event TestStand sends.
Remarks
Use this event to display the sequence file in a Sequence File window by setting the SequenceFileViewMgr.SequenceFile property on the SequenceFileView Manager control for the window.
Parameters
file As SequenceFile
[In] Specifies the sequence file to display.
reason As SequenceFileDisplayReasons
[In] Specifies the reason why the event was generated. Refer to the SequenceFileDisplayReasons enumeration for more information about reasons for sequence file actions.