CWormsImUserEnterExitIsUserOrChatAction Property |
Indicates whether this action for a user entered/exited the system or entered/exited a chat
Namespace: Woti.IMAssembly: Woti (in Woti.dll) Version: 13.4.259.0
Syntaxpublic virtual bool IsUserOrChatAction { get; }
Public Overridable ReadOnly Property IsUserOrChatAction As Boolean
Get
public:
virtual property bool IsUserOrChatAction {
bool get ();
}
Property Value
BooleanImplements
IWormsImUserEnterExitIsUserOrChatAction
RemarksThis value will be TRUE if the action was a user entering/exiting the system, else FALSE
See Also