Class RadTransitionControlAutomationPeer
Represents automation peer for RadTransitionControl.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RadTransitionControlAutomationPeer : FrameworkElementAutomationPeer
Constructors
RadTransitionControlAutomationPeer(RadTransitionControl)
Initializes a new instance of the RadTransitionControlAutomationPeer class.
Declaration
public RadTransitionControlAutomationPeer(RadTransitionControl owner)
Parameters
RadTransitionControl
owner
The owner. |
Methods
GetAutomationControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType().
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
The type of the control. |