AutomationPeer for LayoutControlTabGroup.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class LayoutControlTabGroupAutomationPeer : ItemsControlAutomationPeer, ISelectionProvider
Inheritance: objectLayoutControlTabGroupAutomationPeer
Implements:
Constructors
Initializes a new instance of the LayoutControlTabGroupAutomationPeer class.
C#
public LayoutControlTabGroupAutomationPeer(LayoutControlTabGroup owner)
The owner.
Properties
Gets a value indicating whether multiple items can be selected in the layout control tab group.
C#
public bool CanSelectMultiple { get; }
Gets a value indicating whether selection is required for the tab group.
C#
public bool IsSelectionRequired { get; }
Methods
C#
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
ItemAutomationPeer
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
ISelectionProvider implementation. Retrieves a UI Automation provider for each child element that is selected.
C#
public IRawElementProviderSimple[] GetSelection()
IRawElementProviderSimple[]
An array of UI Automation providers.