ExpressionEditButton.Icon
- Updated2025-07-21
- 1 minute(s) read
ExpressionEditButton.Icon
Syntax
ExpressionEditButton.Icon
Data Type
Purpose
Specifies the picture the ExpressionEdit button displays.
Remarks
To programmatically add an icon to a custom button, store the icon in the <TestStand Public> \Components\Icons directory and use the following pseudocode to set the image to use:
ExpressionEditButton.Icon = (stdole.IPictureDisp)Engine.Images.FindImage("MyIcon.ico", 16, 16)