Syntax
Public Sub SwitchChat(ChatIsOn As Boolean)
Use this method to turnchattingscreen on or off.
Parameters
Key | Description |
ChatIsOn | Boolean parameter, if true chatting will be on, if false, the chatting will be off |
Sample
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click m_oBOAPI.SwitchChat(True) End Sub
See Also