Public Member Functions | |
Add ([in] VARIANT Image,[in, defaultvalue(TRUE)] VARIANT_BOOL Transparent,[in, defaultvalue(0)] ULONG X,[in, defaultvalue(0)] ULONG Y) | |
Adds an image to the list. | |
Save ([in] BSTR FileName) | |
Creates the ico file. | |
Clear () | |
Clears the list. |
Add | ( | [in] VARIANT | Image, | |
[in, defaultvalue(TRUE)] VARIANT_BOOL | Transparent, | |||
[in, defaultvalue(0)] ULONG | X, | |||
[in, defaultvalue(0)] ULONG | Y | |||
) |
Adds an image to the list.
Image | Specifies the Image. This parameter can be:
| |
X | Specifies the x-coordinate of the cursor's hot spot. | |
Y | Specifies the y-coordinate of the cursor's hot spot. | |
Transparent | The icon will be transparent, top-left pixel defines the transparent color. |
Clear | ( | ) |
Clears the list.
Save | ( | [in] BSTR | FileName | ) |
Creates the ico file.
FileName | file name. |