|
ChatWnd::EditChangeAllowed
The ChatWnd::EditChangeAllowed property specifies whether
or not text can be entered in the typing area of the chat
window.
Syntax
This is a read-only property.
[boolean] EditChangeAllowed;
Data Type
The boolean value which is false if
the edit control is disabled (grayed out) and true otherwise.
This property typically fails for the following reason:
- The ChatWnd object refers to a window that has been
destroyed.
Remarks
The most common reason for this property to return false is
talking to a contact who's been blocked.
Property Information
| Object |
ChatWnd |
| Availability |
Messenger Plus! Live 4.00 |
See Also
ChatWnd Object.
|