This property sets whether or not the image in the ImageKit Control can be scrolled by dragging it with the mouse.

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

Property Value

Value Explanation
True The image can be scrolled with the mouse.
False The image cannot be scrolled with the mouse

Explanation

The MouseDragImage property sets whether or not the image in the ImageKit Control can be scrolled by dragging it with the mouse. When this property is set to True, the image can be scrolled with the mouse.

In earlier versions of the ImageKit, this was the ScrollDrag property.

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