Class RadLoopingListAutomationPeer
Inheritance
System.Object
RadLoopingListAutomationPeer
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadLoopingListAutomationPeer : RadControlAutomationPeer, ISelectionProvider, IExpandCollapseProvider
Constructors
Declaration
public RadLoopingListAutomationPeer(RadLoopingList owner)
Parameters
Properties
Declaration
public bool CanSelectMultiple { get; }
Property Value
Declaration
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
|
Microsoft.UI.Xaml.Automation.ExpandCollapseState
|
Declaration
public bool IsSelectionRequired { get; }
Property Value
Methods
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationControlType
|
Overrides
Declaration
protected override IList<AutomationPeer> GetChildrenCore()
Returns
|
System.Collections.Generic.IList<Microsoft.UI.Xaml.Automation.Peers.AutomationPeer>
|
Declaration
protected override string GetClassNameCore()
Returns
Overrides
Declaration
protected override string GetHelpTextCore()
Returns
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Overrides
Declaration
protected override string GetNameCore()
Returns
Overrides
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
|
Microsoft.UI.Xaml.Automation.Peers.PatternInterface
patternInterface
|
Returns
Declaration
public IRawElementProviderSimple[] GetSelection()
Returns
|
Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple[]
|
Extension Methods