This property sets whether or not mouse or keyboard events are enabled in the ImageKit Control.
[Visual Basic]   imagekitcontrolname.Enabled [= Boolean ]
[Visual C++]     [BOOL = ]imagekitcontrolname.GetEnabled()
                 imagekitcontrolname.SetEnabled(BOOL Val)
[VB.NET]   imagekitcontrolname.Enabled [= Boolean ]
[C#.NET]   imagekitcontrolname.Enabled [= bool ]

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 ActiveX is a product created by Newtone Corporation