Class RadDockingAutomationPeer
Automation Peer for the Telerik.Windows.Controls.RadDocking class.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class RadDockingAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider
Constructors
RadDockingAutomationPeer(RadDocking)
Initializes a new instance of the Rad
Declaration
public RadDockingAutomationPeer(RadDocking owner)
Parameters
Rad The RadDocking element that is associated with this RadDockingAutomationPeer. |
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
GetAutomationControlTypeCore()
Gets the automation control type for this Telerik.Windows.Controls.RadDockingAutomationPeer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System. Custom automation control type. |
GetAutomationIdCore()
Gets the string that uniquely identifies the Telerik.Windows.Controls.RadDocking that is associated with this Telerik.Windows.Controls.RadDockingAutomationPeer.
Declaration
protected override string GetAutomationIdCore()
Returns
System. A string that contains the UI Automation identifier. |
GetChildrenCore()
Gets the collection of child elements of the System.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System. A list of child System. |
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.
|
GetNameCore()
Gets the core name for this Telerik.Windows.Controls.RadDocking.
Declaration
protected override string GetNameCore()
Returns
System.
|
GetPattern(PatternInterface)
Gets the pattern.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.
|
Returns
System.
|
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. |