This property sets whether or not the image is displayed in the Magnifier window.

[C++Builder]   imagekitcontrolname->Layer[Index]->ShowInMagnifier[ = bool ]
[Delphi]   imagekitcontrolname.Layer[Index].ShowInMagnifier[ = Boolean ]

* The index can range from 0 to 99

Property Value

The ShowInMagnifier property sets whether or not the image is displayed in the Magnifier window.

Value Explanation
True Displays the image
False Does not display the image

Explanation

The default value is True. Using this property, you can switch between displaying or hiding the image in the Magnifier window. (The base image is the image pointed to by the Layer[LayerNo]ImageHandle property).

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation