ExpressionEditButton.Icon
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
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)