Syntax
Public Sub SwitchChat(ByVal State As Boolean)
Description
This sub enables or disables the chat screen of the Backoffice.
Parameters
Key | Description |
State | The status of the chatting screen |
Sample
Public Sub BOChatStatus (ByVal ChatOn As Boolean) If ChatOn = False Then BO.SwitchChat (True) End If End Sub
See Also