ExpressionEditButton.Icon
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
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)