Class AutomationPeerBase<T>
Inheritance
System.Object
AutomationPeerBase<T>
Namespace: Telerik.UI.Automation.Peers
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AutomationPeerBase<T> : FrameworkElementAutomationPeer where T : FrameworkElement
Type Parameters
T
|
Constructors
AutomationPeerBase(T)
Declaration
public AutomationPeerBase(T owner)
Parameters
T
owner
|
Properties
CurrentOwner
Declaration
protected T CurrentOwner { get; }
Property Value
T
|
Methods
GenerateIRawElementProviderSimple<TSource>(IEnumerable<TSource>)
Declaration
protected IRawElementProviderSimple[] GenerateIRawElementProviderSimple<TSource>(IEnumerable<TSource> source)
where TSource : UIElement
Parameters
System.
|
Returns
Microsoft.
|
Type Parameters
TSource
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.
|
GetItemTypeCore()
Declaration
protected override string GetItemTypeCore()
Returns
System.
|
IsEnabledCore()
Declaration
protected override bool IsEnabledCore()
Returns
System.
|
IsKeyboardFocusableCore()
Declaration
protected override bool IsKeyboardFocusableCore()
Returns
System.
|
ProviderFromElement<TSource>(TSource)
Declaration
protected IRawElementProviderSimple ProviderFromElement<TSource>(TSource element)
where TSource : UIElement
Parameters
TSource
element
|
Returns
Microsoft.
|
Type Parameters
TSource
|