Class
CardViewGroupPanelCellAutomationPeer

An AutomationPeer type for CardViewGroupPanelCell.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class CardViewGroupPanelCellAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider

Inheritance: objectCardViewGroupPanelCellAutomationPeer

Implements: IInvokeProvider

Constructors

CardViewGroupPanelCellAutomationPeer(CardViewGroupPanelCell)

Initializes a new instance of the CardViewGroupPanelCellAutomationPeer class.

Declaration

cs-api-definition
public CardViewGroupPanelCellAutomationPeer(CardViewGroupPanelCell owner)

Parameters

owner

CardViewGroupPanelCell

The owner.

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetAutomationIdCore()

Declaration

cs-api-definition
protected override string GetAutomationIdCore()

Returns

string

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

GetPattern(PatternInterface)

Declaration

cs-api-definition
public override object GetPattern(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object