Gets and sets 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
JavaScript |
|
|
|
Type |
C# |
|
|
|
MsgType Type { get; set; } |
C++ |
|
|
|
HRESULT Type([out, retval] MsgType* pVal) HRESULT Type([in] MsgType pVal) |