DotMSN

Emoticon Constructor (String, String)

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

Parameters

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

See Also

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