StepType.IconName

Syntax

StepType.IconName

Data Type

String

Purpose

Specifies the icon filename assigned to the step type.

Remarks

The 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.

TestStand displays the icon next to the names of the steps that use the step type. If you assign an empty string to this property or assign the name of an icon that is not part of the engine images list, TestStand displays the icon of the module adapter the step uses next to the name of the step.

See Also

Engine.AddImage

Engine.GetImageIndex

Engine.GetImageName

Engine.LargeImageListEx

Engine.NumImages

Engine.SmallImageListEx

StepType.MenuIcon