This property sets the units of measurement at which the tool tip coordinates are displayed.
[Visual Basic]   imagekitcontrolname.ToolTip [= UnitConstants ]
[Visual C++]     [long = ]imagekitcontrolname.GetToolTip()
                 imagekitcontrolname.SetToolTip(long Val)
[VB.NET]   imagekitcontrolname.ToolTip [= ImageKit10(A)Lib.UnitConstants ]
[C#.NET]   imagekitcontrolname.ToolTip [= ImageKit10(A)Lib.UnitConstants ]

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

Property Value

Value Explanation
0 None
1 Pixels
2 Millimeters
3 Inches

It is also possible to use the following constants:(ikNone = 0, ikPixel = 1, ikmm = 2, ikInch = 3).

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 0, the tool tip will not be displayed. Values of 1, 2, or 3 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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation