When a portion of an image is selected, either using the mouse or by code, the selected area is highlighted by a blinking dotted line. This property gets or sets the speed at which this dotted line blinks.
[Visual Basic]   imagekitcontrolname.BlinkSpeed [= BlinkSpeedConstants ]
[Visual C++]     [long = ]imagekitcontrolname.GetBlinkSpeed()
                 imagekitcontrolname.SetBlinkSpeed(long Val)
[VB.NET]   imagekitcontrolname.BlinkSpeed [= ImageKit10(A)Lib.BlinkSpeedConstants ]
[C#.NET]   imagekitcontrolname.BlinkSpeed [= ImageKit10(A)Lib.BlinkSpeedConstants ]

* ImageKit10ALib refers to the ANSI version, ImageKit10Lib refers to the Unicode version.

Property Value

Value Explanation
0 Slow
1 Normal
2 Fast

It is also possible to use the following constants: (ikSlow = 0, ikMedium = 1, ikFast = 2)

Explanation

The BlinkSpeed property sets the speed at which the border of the selected area blinks. This property is only effective when the RectDraw property is True and an area has been selected in the ImageKit Control.

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