Class RadCardViewAutomationPeer
An AutomationPeer type for RadCardView.
Inheritance
System.Object
RadCardViewAutomationPeer
Namespace: Telerik.Windows.Controls.Data.CardView.Automation
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class RadCardViewAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider, IScrollProvider
Constructors
RadCardViewAutomationPeer(RadCardView)
Initializes a new instance of the RadCardViewAutomationPeer class.
Declaration
public RadCardViewAutomationPeer(RadCardView owner)
Parameters
RadCardView
owner
The owner. |
Methods
GetAutomationControlTypeCore()
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
|
GetItemStatusCore()
Declaration
protected override sealed string GetItemStatusCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|