Class TextMessageControlAutomationPeer
An AutomationPeer type for TextMessageControl.
Inheritance
System.Object
TextMessageControlAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class TextMessageControlAutomationPeer : FrameworkElementAutomationPeer
Constructors
TextMessageControlAutomationPeer(TextMessageControl)
Initializes a new instance of the TextMessageControlAutomationPeer class.
Declaration
public TextMessageControlAutomationPeer(TextMessageControl textMessageControl)
Parameters
TextMessageControl
textMessageControl
The text message control. |
Properties
OwningTextMessageControl
Gets the owning TextMessage control.
Declaration
public TextMessageControl OwningTextMessageControl { get; }
Property Value
TextMessageControl
The owning text message control. |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetAutomationIdCore()
Declaration
protected override string GetAutomationIdCore()
Returns
System.String
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|