This property sets whether or not the image in the ImageKit Control can be scrolled by dragging it with the mouse.
[Visual Basic]   imagekitcontrolname.MouseDragImage [= Boolean ]
[Visual C++]     [Bool = ]imagekitcontrolname.GetMouseDragImage()
                 imagekitcontrolname.SetMouseDragImage(BOOL Val)
[VB.NET]   imagekitcontrolname.MouseDragImage [= Boolean ]
[C#.NET]   imagekitcontrolname.MouseDragImage [= bool ]

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