DotMSN

Emoticon Constructor (String, String, String)

Loads the image in the specified file.

[Visual Basic]
Overloads Public Sub New( _
   ByVal creator As String, _
   ByVal file As String, _
   ByVal shortcut As String _
)
[C#]
public Emoticon(
   string creator,
   string file,
   string shortcut
);

Parameters

creator
file
shortcut
The textual shortcut used in messages for this emoticon.

See Also

Emoticon Class | XihSolutions.DotMSN Namespace | Emoticon Constructor Overload List