Share via


SysCodeCoverageCompareContext.imageList Method [AX 2012]

Creates or adds to an image list that is the implementation of the bitmap method.

Syntax

public Imagelist imageList([Imagelist _imageList])

Run On

Client

Parameters

  • _imageList
    Type: Imagelist Class
    An optional default image list that is provided by the call. The implementation may replace this default image list or modify it.

Return Value

Type: Imagelist Class
An image list that contains all the bitmaps from the base implementation from the SysCompare class and from the implementation of the bitmap method.

See Also

Reference

SysCodeCoverageCompareContext Class