TreeViewNode.Constructor Constructor
A constructor that takes text, image and high resolution image for Retina mode.

Constructor(
text
as String,
image
as Picture,
highResImage
as Picture)
Parameters
- text
- The text to put in the node.
- image
- The image to put on the node.
- highResImage
- High resolution image for displays running in Retina mode on Cocoa.
This high resolution image has to be exactly 2x larger than the image.
If having a high resolution image then you must also have a image else no image is displayed. End size is controlled by the main image.
Remarks
High resolution image has to be exactly 2x larger than the image.
If having a high resolution image then you must also have a image else no image is displayed. End size is controlled by the main image.
See Also
TreeViewNode Class