This documentation is archived and is not being maintained.
Imagelist::iconWidth Method [AX 2012]
Retrieves the system metrics for the width of a standard icon.
client public static int iconWidth()
Run On
Client
Return Value
Type:
int
An integer that represents the width of a standard icon.
The following example creates a list of images, and then sets them to the standard icon width and height.
ImageList list = new Imagelist(
Imagelist::iconWidth(),
Imagelist::iconHeight());