ClassPdfChat
Class
Represents a control that provides a chat-like user interface for PDF summarization.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class PdfChat : RadChat, IMessageReportSubscriber
Inheritance: objectRadChatPdfChat
Implements:
Inherited Members
Constructors
PdfChat()
Declaration
cs-api-definition
public PdfChat()
Methods
OnInitialized(EventArgs)
Raises the event and applies the default style key to the control.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
An EventArgs object that contains the event data.
Overrides
Remarks
This method is called when the control is initialized. It ensures that the default style key is set for the control, allowing it to use the appropriate default style defined in the application.