Getting Started with WinForms Chat
This article will give you getting started experience with RadChat.
1. To start using RadChat just drag it from the toolbox and drop it onto the form:
2. Set the RadChat.Author property:
Setting default author
Now, you are ready to start sending messages:
By default, when you enter some input in the text box and press the Enter
key to confirm the message, it is automatically added to RadChat. This is controlled by the RadChat.AutoAddUserMessages property which default value is true. Once a message is confirmed either by pressing the Enter
key or by clicking the arrow sign, the RadChat.SendMessage event is fired.
If the RadChat.AutoAddUserMessages property is set to false the message from the text box won't be automatically added to the messages' view. In the SendMessage event you can add the message programmatically.
Adding message programmatically
Telerik UI for WinForms Learning Resources
- Telerik UI for WinForms Chat Component
- Getting Started with Telerik UI for WinForms Components
- Telerik UI for WinForms Setup
- Telerik UI for WinForms Application Modernization
- Telerik UI for WinForms Visual Studio Templates
- Deploy Telerik UI for WinForms Applications
- Telerik UI for WinForms Virtual Classroom(Training Courses for Registered Users)
- Telerik UI for WinForms License Agreement)