|
You can use code like this (VB example):
- Private Sub Command2_Click()
Room.GetSettings
End Sub
- Private Sub
wodXMPP1_ChatRoomData(ByVal Room As WODXMPPCOMLib.IXMPPChatRoom)
If Room.Settings.Show("Chatroom details:",
Me.hWnd) Then
Room.SaveSettings
End If
End Sub
|
Typically, settings can be viewed using Show method,
like this: 
|