|
Messenger::CurrentChats
The Messenger::CurrentChats property returns the list of
chat windows currently opened.
Syntax
This is a read-only property.
[object] CurrentChats;
Data Type
A ChatWnds object that can be
iterated to get ChatWnd objects. If
no chat window is currently opened, a ChatWnds object is
still returned but it's Count property will return 0.
This property typically fails for the following reason:
- The Messenger object refers to a window that has been
destroyed.
Remarks
None.
Property Information
| Object |
Messenger |
| Availability |
Messenger Plus! Live 4.00 |
See Also
Messenger Object, ChatWnds Object, ChatWnd Object.
|