This property sets the units of measurement at which the tool tip coordinates are displayed.

[C++Builder]   imagekitcontrolname->ToolTip [= TVIkUnit ]
[Delphi]   imagekitcontrolname.ToolTip [= TVIkUnit ]

[TVIkUnit Type]

Unit
     IkInit

type
     TVIkUnit = (vikNone, vikPixel, vikmm, vikInch);

Property Value

Value Explanation
vikNone None
vikPixel Pixels
vikmm Millimeters
vikInch Inches

Explanation

The ToolTip property displays a tool tip when the mouse moves over the image in the ImageKit Control. The tool tip shows the x y coordinates for the location of the mouse cursor. When this property is set to vikNone, the tool tip will not be displayed. Values other than vkiNone will set the tool tip units to pixels, millimeters, or inches respectively.

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.

Differences from ImageKit7/8/9/10 ActiveX

The VCL constants have a "v". In ActiveX, the constants are ikNone, ikPixel, ikmm, and ikInch

 

The ImageKit10 VCL is a product created by Newtone Corporation