This property sets whether or not mouse or keyboard events are enabled in the ImageKit Control.

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

Property Value

Value Explanation
True (default) Mouse and keyboard events are enabled in the ImageKit Control
False Mouse and keyboard events are disabled in the ImageKit Control

Explanation

The Enabled property sets whether or not mouse or keyboard events are enabled in the ImageKit Control. When true, mouse and keyboard events in the ImageKit Control will be generated. When false, these events will not be generated.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation