Class WeatherCardAutomationPeer
An AutomationPeer type for WeatherCard.
Inheritance
System.Object
WeatherCardAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class WeatherCardAutomationPeer : FrameworkElementAutomationPeer
Constructors
WeatherCardAutomationPeer(WeatherCard)
Initializes a new instance of the WeatherCardAutomationPeer class.
Declaration
public WeatherCardAutomationPeer(WeatherCard weatherCard)
Parameters
WeatherCard
weatherCard
The weather card. |
Properties
OwningWeatherCard
Gets the owning WeatherCard.
Declaration
public WeatherCard OwningWeatherCard { get; }
Property Value
WeatherCard
The owning weather card. |
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
|