Subscriber portal
Retrieves the system metrics for the width of a small icon.
client public static int smallIconWidth()
The following example creates an image list that has the standard height and width for small icons, and then prints out the width of images in the list.
Imagelist list = new Imagelist( Imagelist::smallIconWidth(), Imagelist::smallIconHeight()); print list.width(); pause;