Search
TreeViewNode.setCaptionImage Method
See Also
 

Gets the image that is displayed in the caption.

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

 Syntax

Java  Copy Code

public void setCaptionImage (
    Image image
)

 Parameters

image

An instance of the java.awt.Image class.

 See Also