Type
An enum that determines whether the message is text, script, or a URL. The MsgType enum has the following values:
§ TYPE_TEXT = 0
§ TYPE_URL = 1
§ TYPE_SCRIPT = 3
C#
|
|
|
|
|
MsgType Type { get; set; }
|
C++
|
|
|
|
|
HRESULT Type([out, retval] MsgType* pVal)
HRESULT Type([in] MsgType pVal)
|