This property sets whether or not mouse or keyboard events will are enabled within the pan window

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

Property Value

Value Explanation
True Mouse and keyboard events are enabled within the pan window
False Mouse and keyboard events are disabled within the pan window (Default value)

Explanation

The Enabled property sets whether or not mouse and keyboard events are enabled within the pan window. When true, mouse and keyboard events are enabled. When false those events are not generated. Default value is true.

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