Class CardViewGroupPanelCellAutomationPeer
An AutomationPeer type for CardViewGroupPanelCell.
Inheritance
System.Object
CardViewGroupPanelCellAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardViewGroupPanelCellAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider
Constructors
CardViewGroupPanelCellAutomationPeer(CardViewGroupPanelCell)
Initializes a new instance of the CardViewGroupPanelCellAutomationPeer class.
Declaration
public CardViewGroupPanelCellAutomationPeer(CardViewGroupPanelCell owner)
Parameters
CardViewGroupPanelCell
owner
The owner. |
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
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|