Represents the automation peer for the RadColorPaletteView class, enabling UI Automation clients to interact with the color palette control programmatically. This class implements the ISelectionProvider interface, which allows it to provide selection functionality, such as determining if selection is required or if multiple selections are allowed. The automation peer exposes methods to get selected items and manage child elements within the color palette. It overrides various methods to ensure the automation peer behaves correctly with regard to naming, help text, control type, and status reporting.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
public class RadColorPaletteViewAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider
Inheritance: objectRadColorPaletteViewAutomationPeer
Implements:
Constructors
Initializes a new instance of the RadColorPaletteViewAutomationPeer class.
public RadColorPaletteViewAutomationPeer(RadColorPaletteView owner)
The owner.
Methods
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
When overridden in a derived class, is called by .
public override object GetPattern(PatternInterface patternInterface)