ExpressionEditButton.Icon

Syntax

ExpressionEditButton.Icon

Data Type

Picture

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)