OutputMessage.IconName
- Updated2024-10-09
- 1 minute(s) read
OutputMessage.IconName
Syntax
OutputMessage.IconName
Data Type
Purpose
Specifies the icon filename assigned to the output message.
Remarks
The TestStand Engine maintains a list of images that contain all the icons located in the <TestStand> \Components\Icons and <TestStand Public>\Components\Icons directories and images you add using the Engine.AddImage method.
When creating a new OutputMessage object, TestStand initializes the IconName property based on the following severity types:
- Information —Generic.ico
- Warning —Warning.ico
- Error —Error.ico
TestStand Sequence Editor displays the icon next to the output message.