This property sets whether or not a mouse click is enabled within the pan window

[C++Builder]   imagekitcontrolname->PanWindow->EnableClick [ = bool ]
[Delphi]   imagekitcontrolname.PanWindow.EnableClick [ = Boolean ]

Property Value

Value Explanation
True The mouse click is enabled within the pan window
False The mouse click is disabled within the pan window (Default value)

Explanation

The EnableClick property sets whether or not a mouse click is enabled within the pan window.

When True and the left mouse button is clicked inside the pan window (but outside the rectangle in the pan window), the image in the ImageKit Control will be centered at the click location. The rectangle in the pan window will also be centered at the click location.

The EnableClick property corresponds to the Display Control's ClickPanWindow property in earlier versions of the ImageKit.

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

 

The ImageKit10 VCL is a product created by Newtone Corporation