MindFusion.Java Package Programmer's Guide
CheckBoxComponent.getCheckedImageList Method
See Also
 






Gets a list with images. Each image in the list represents the appearance of the check box in its checked state: 0 - normal, 1 - pressed, 2 - disabled, 3 - hovered.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public ArrayList<Image> getCheckedImageList ()

 Return Value

A list of java.awt.Image objects.

 See Also

CheckBoxComponent Members
CheckBoxComponent Class
com.mindfusion.diagramming.components Namespace