Class RadTabControlAutomationPeer
Automation Peer for the Rad
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadTabControlAutomationPeer : ItemsControlAutomationPeer, ISelectionProvider
Constructors
RadTabControlAutomationPeer(RadTabControl)
Initializes a new instance of the Rad
Declaration
public RadTabControlAutomationPeer(RadTabControl owner)
Parameters
Rad The Rad |
Properties
CanSelectMultiple
ISelectionProvider implementation. Gets a value that specifies whether the UI Automation provider allows more than one child element to be selected concurrently.
Declaration
public bool CanSelectMultiple { get; }
Property Value
System. true if multiple selection is allowed; otherwise false. |
IsSelectionRequired
ISelectionProvider implementation. Gets a value that specifies whether the UI Automation provider requires at least one child element to be selected.
Declaration
public bool IsSelectionRequired { get; }
Property Value
System. true if selection is required; otherwise false. |
Methods
CreateItemAutomationPeer(Object)
When overridden in a derived class, creates a new instance of the System.
Declaration
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
System. The data item that is associated with this System. |
Returns
System. The new System. |
GetAutomationControlTypeCore()
Gets the control type for the System.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.
|
GetChildrenCore()
Gets the collection of Telerik.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System. The collection of child elements. |
GetClassNameCore()
Gets the name of the System.
Declaration
protected override string GetClassNameCore()
Returns
System. An System. |
GetClickablePointCore()
Gets a System.
Declaration
protected override Point GetClickablePointCore()
Returns
System. The System. |
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetPattern(PatternInterface)
Gets the control pattern for the Rad
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System. One of the enumeration values. |
Returns
System. The object that implements the pattern interface, or null. |
GetSelection()
ISelectionProvider implementation. Retrieves a UI Automation provider for each child element that is selected.
Declaration
public IRawElementProviderSimple[] GetSelection()
Returns
System. An array of UI Automation providers. |