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

Represents control that displays a single popup message.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public class ChatPopupPlaceholder : ContentControl, IMessageReportSubscriber

Inheritance: objectChatPopupPlaceholder

Implements: IMessageReportSubscriber

Constructors

C#
public ChatPopupPlaceholder()

Properties

Gets the MessageReporter control that processes result actions.

C#
public MessageReporter MessageReporter { get; }

Implements: IMessageReportSubscriber.MessageReporter

Methods

Adds a message as popup content.

C#
public void AddMessage(MessageBase message)
Parameters:messageMessageBase
C#
public override void OnApplyTemplate()
C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

Clears the popup message and removes event subscriptions, if present.

C#
public void RemoveMessage(MessageBase message)
Parameters:messageMessageBase

Implements: IMessageReportSubscriber.RemoveMessage(MessageBase)