Class RibbonViewAutomationPeer
Automation peer for the Rad
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class RibbonViewAutomationPeer : ItemsControlAutomationPeer, ISelectionProvider
Constructors
RibbonViewAutomationPeer(RadRibbonView)
Initializes a new instance of the Ribbon
Declaration
public RibbonViewAutomationPeer(RadRibbonView 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)
Declaration
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
System.
|
Returns
System.
|
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.
|
GetChildrenCore()
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.
|
GetClickablePointCore()
Declaration
protected override Point GetClickablePointCore()
Returns
System.
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.
|
GetPattern(PatternInterface)
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. |