Class LayoutControlTabGroupAutomationPeer
AutomationPeer for LayoutControlTabGroup.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class LayoutControlTabGroupAutomationPeer : ItemsControlAutomationPeer, ISelectionProvider
Constructors
LayoutControlTabGroupAutomationPeer(LayoutControlTabGroup)
Initializes a new instance of the LayoutControlTabGroupAutomationPeer class.
Declaration
public LayoutControlTabGroupAutomationPeer(LayoutControlTabGroup owner)
Parameters
LayoutControlTabGroup
owner
The owner. |
Properties
CanSelectMultiple
Declaration
public bool CanSelectMultiple { get; }
Property Value
System.Boolean
|
IsSelectionRequired
Declaration
public bool IsSelectionRequired { get; }
Property Value
System.Boolean
|
Methods
CreateItemAutomationPeer(Object)
Declaration
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
System.Object
item
|
Returns
System.Windows.Automation.Peers.ItemAutomationPeer
|
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetChildrenCore()
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
GetSelection()
ISelectionProvider implementation. Retrieves a UI Automation provider for each child element that is selected.
Declaration
public IRawElementProviderSimple[] GetSelection()
Returns
System.Windows.Automation.Provider.IRawElementProviderSimple[]
An array of UI Automation providers. |