New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public AIChatTextMessage(string message, Author author, DateTime timeStamp, object userData)
Parameters:messagestringauthorAuthortimeStampDateTimeuserDataobject
C#
public AIChatTextMessage(string message, Author author, DateTime timeStamp)
Parameters:messagestringauthorAuthortimeStampDateTime

Properties

C#
public bool ShowButtonsArea { get; set; }