ClassFlightCardAutomationPeer
Class
An AutomationPeer type for FlightCard.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class FlightCardAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectFlightCardAutomationPeer
Constructors
FlightCardAutomationPeer(FlightCard)
Initializes a new instance of the FlightCardAutomationPeer class.
Declaration
cs-api-definition
public FlightCardAutomationPeer(FlightCard flightCardControl)
Parameters
flightCardControl
The flight card control.
Properties
OwningFlightCard
Gets the owning FlightCard control.
Declaration
cs-api-definition
public FlightCard OwningFlightCard { get; }
Property Value
The owning flight card.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns