Class
LoopingListItemAutomationPeer

Automation Peer for the LoopingListItem class.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class LoopingListItemAutomationPeer : RadContentControlAutomationPeer, ISelectionItemProvider

Inheritance: objectRadContentControlAutomationPeerLoopingListItemAutomationPeer

Derived Classes: DateTimeListItemAutomationPeer

Implements: ISelectionItemProvider

Inherited Members RadContentControlAutomationPeer.GetNameCore()

Constructors

LoopingListItemAutomationPeer(LoopingListItem)

Initializes a new instance of the LoopingListItemAutomationPeer class.

Declaration

cs-api-definition
public LoopingListItemAutomationPeer(LoopingListItem owner)

Parameters

owner

LoopingListItem

The owner.

Properties

IsSelected

Gets a value indicating whether associated LoopingListItem is selected or not.

Declaration

cs-api-definition
public bool IsSelected { get; }

Property Value

bool

SelectionContainer

Gets the IRawElementProviderSimple for the LoopingListItemAutomationPeer.

Declaration

cs-api-definition
public IRawElementProviderSimple SelectionContainer { get; }

Property Value

IRawElementProviderSimple

Methods

AddToSelection()

Select the current element.

Declaration

cs-api-definition
public void AddToSelection()

GetAutomationControlTypeCore()

Gets the control type for the LoopingListItem that is associated with this LoopingListItemAutomationPeer.

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

Overrides RadContentControlAutomationPeer.GetAutomationControlTypeCore()

GetAutomationIdCore()

Declaration

cs-api-definition
protected override string GetAutomationIdCore()

Returns

string

GetBoundingRectangleCore()

Declaration

cs-api-definition
protected override Rect GetBoundingRectangleCore()

Returns

Rect

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

Overrides RadContentControlAutomationPeer.GetClassNameCore()

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

Overrides RadContentControlAutomationPeer.GetLocalizedControlTypeCore()

GetPatternCore(PatternInterface)

Declaration

cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object

HasKeyboardFocusCore()

Declaration

cs-api-definition
protected override bool HasKeyboardFocusCore()

Returns

bool

RemoveFromSelection()

Removes the current element from selection and selects the next item in the list.

Declaration

cs-api-definition
public void RemoveFromSelection()

Select()

Selects the LoopingListItem that is owner of the peer.

Declaration

cs-api-definition
public void Select()