Class DockingNavigatorAutomationPeer
Inheritance
System.Object
DockingNavigatorAutomationPeer
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class DockingNavigatorAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider
Constructors
Declaration
public DockingNavigatorAutomationPeer(DockingNavigator owner)
Parameters
Properties
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.Boolean
true if multiple selection is allowed; otherwise false.
|
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.Boolean
true if selection is required; otherwise false.
|
Methods
Returns the control type for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
A value of the enumeration.
|
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.String
A string that contains the UI Automation identifier.
|
Returns the name of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
System.String
The name of the owner type that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. See Remarks.
|
Declaration
protected override string GetHelpTextCore()
Returns
Declaration
protected override string GetItemStatusCore()
Returns
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
The type of the control.
|
Declaration
protected override string GetNameCore()
Returns
Gets the control pattern for the System.Windows.UIElement
that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
A value from the enumeration.
|
Returns
System.Object
An object that implements the System.Windows.Automation.Provider.ISynchronizedInputProvider
interface if patternInterface is System.Windows.Automation.Peers.PatternInterface.SynchronizedInput;
otherwise, null.
|
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.
|
Extension Methods