Class
RadLoopingListAutomationPeer

Automation Peer for the RadLoopingList class.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadLoopingListAutomationPeer : RadControlAutomationPeer, ISelectionProvider, IExpandCollapseProvider

Inheritance: objectRadControlAutomationPeerRadLoopingListAutomationPeer

Derived Classes: DateTimeListAutomationPeer

Implements: IExpandCollapseProviderISelectionProvider

Constructors

RadLoopingListAutomationPeer(RadLoopingList)

Initializes a new instance of the RadLoopingListAutomationPeer class.

Declaration

cs-api-definition
public RadLoopingListAutomationPeer(RadLoopingList owner)

Parameters

owner

RadLoopingList

The RadLoopingList that is associated with this RadLoopingListAutomationPeer.

Properties

CanSelectMultiple

Gets a value indicating whether the UI Automation provider allows more than one child element to be selected concurrently.

Declaration

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

Property Value

bool

ExpandCollapseState

Declaration

cs-api-definition
public ExpandCollapseState ExpandCollapseState { get; }

Property Value

ExpandCollapseState

IsSelectionRequired

Gets a value indicating whether the UI Automation provider requires at least one child element to be selected.

Declaration

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

Property Value

bool

Methods

Collapse()

IExpandCollapseProvider implementation.

Declaration

cs-api-definition
public void Collapse()

Expand()

IExpandCollapseProvider implementation.

Declaration

cs-api-definition
public void Expand()

GetAutomationControlTypeCore()

Gets the control type for the RadLoopingList that is associated with this RadLoopingListAutomationPeer.

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

Overrides RadControlAutomationPeer.GetAutomationControlTypeCore()

GetChildrenCore()

Declaration

cs-api-definition
protected override IList<AutomationPeer> GetChildrenCore()

Returns

IList<AutomationPeer>

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

Overrides RadControlAutomationPeer.GetClassNameCore()

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

Overrides RadControlAutomationPeer.GetLocalizedControlTypeCore()

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

Overrides RadControlAutomationPeer.GetNameCore()

GetPatternCore(PatternInterface)

Declaration

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

Parameters

patternInterface

PatternInterface

Returns

object

GetSelection()

Retrieves a UI Automation provider for each child element that is selected.

Declaration

cs-api-definition
public IRawElementProviderSimple[] GetSelection()

Returns

IRawElementProviderSimple[]