MMCDisplayObject.DisplayObjectType property
The DisplayObjectType property returns the type of image displayed for a task or as the background in taskpad. The image can be one of three types: symbol, GIF, or bitmap.
This property is read-only.
Syntax
MMCDisplayObject.DisplayObjectType
Property value
Remarks
The DisplayObjectType property returns a Long value. The meaning of the value is defined in the following table.
Value | Meaning |
---|---|
0 |
The image displayed for the task or background is the symbol defined by the combination of the SymbolString, FontFamilyName, and URLtoEOT properties. |
1 |
The image displayed for the task or background is the symbol specified by an MMC_TASK_DISPLAY_SYMBOL structure. |
2, 3 |
The image displayed for the task or background is a transparent GIF or bitmap image. The images are specified by the MouseOverBitmap and MouseOffBitmap properties. There is no difference between enumerator values 2 and 3. |
4 |
The image displayed for the task or background is a nontransparent bitmap image. The bitmap images are specified by the MouseOverBitmap and MouseOffBitmap properties. |
Requirements
Redistributable |
MMC 1.1 or later |
DLL |
|