ClassTextMessageControlAutomationPeer
Class
An AutomationPeer type for TextMessageControl.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class TextMessageControlAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectTextMessageControlAutomationPeer
Constructors
TextMessageControlAutomationPeer(TextMessageControl)
Initializes a new instance of the TextMessageControlAutomationPeer class.
Declaration
cs-api-definition
public TextMessageControlAutomationPeer(TextMessageControl textMessageControl)
Parameters
textMessageControl
The text message control.
Properties
OwningTextMessageControl
Gets the owning TextMessage control.
Declaration
cs-api-definition
public TextMessageControl OwningTextMessageControl { get; }
Property Value
The owning text message control.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns