|
Emoticon::PictureFile
The Emoticon::PictureFile property returns the path to
the picture file associated with the emoticon.
Syntax
This is a read-only property.
[string] PictureFile;
Data Type
A string containing the full path to the custom emoticon's file.
Emoticons are generally PNG files (for static emoticons) or GIF
files (for animated emoticons).
Remarks
The file path returned by this function is temporary, must not
be stored for future use and must not be locked. If the file needs
to be accessed after the current script's function returns (to be
displayed in an interface window for example), it must be copied to
a safe location.
Property Information
| Object |
Emoticon |
| Availability |
Messenger Plus! Live 4.10 |
See Also
Emoticon Object.
|