MMCDisplayObject.MouseOverBitmap property

The MouseOverBitmap property returns a null-terminated string that contains the resource path to the image file for the image displayed for the task when the user moves the mouse over the task's image or text area.

This property is read-only.

Syntax

MMCDisplayObject.MouseOverBitmap

Property value

Remarks

The string will have the following form:

"res://filepath/imgpath"

where filepath is the full path to the snap-in's DLL that stores the image file as a resource, and imgpath is the resource path of the image file with the snap-in DLL.

For example, the following string specifies that the snap-in DLL(snapin.dll) has a path of "c:\windows\system32\snapin.dll" and that the resource path is img/mon.gif: "res://c:\\windows\\system32\\snapin.dll/img/mon.bmp".

If MouseOverBitmap points to a NULL string, MouseOffBitmap must be a valid string that contains the location of a valid image. If one of these strings is NULL, the other string is used for both. If both mouse image locations are NULL, the task is not displayed.

Requirements

Redistributable
MMC 1.1 or later
DLL
Cic.dll