Represents the automation peer for the RadTaskBoard control, providing UI Automation support for selecting items in a task board interface. This class implements the ISelectionProvider interface, enabling multiple selection functionality and managing selected item retrieval within the task board. The RadTaskBoardAutomationPeer facilitates interaction with UI Automation clients by exposing properties and methods that follow the UI Automation pattern. It provides a way to retrieve the selected items, indicates selection capabilities, and defines the automation control type and name for accessibility tools.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class RadTaskBoardAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider
Inheritance: objectRadTaskBoardAutomationPeer
Implements:
Constructors
Initializes a new instance of the RadTaskBoardAutomationPeer class.
Properties
Gets a value that specifies whether the UI Automation provider allows more than one child element to be selected concurrently.
public bool CanSelectMultiple { get; }
true if multiple selection is allowed; otherwise false.
Gets a value that specifies whether the UI Automation provider requires at least one child element to be selected.
public bool IsSelectionRequired { get; }
true if selection is required; otherwise false.
Methods
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
When overridden in a derived class, is called by .
Gets the pattern.
public override object GetPattern(PatternInterface patternInterface)
Retrieves a UI Automation provider for each child element that is selected.
public IRawElementProviderSimple[] GetSelection()
IRawElementProviderSimple[]
A collection of UI Automation providers.