ClassRadColorSelectorAutomationPeer
Class
Automation Peer class for RadColorSelector.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class RadColorSelectorAutomationPeer : FrameworkElementAutomationPeer, IValueProvider
Inheritance: objectRadColorSelectorAutomationPeer
Implements:
Constructors
RadColorSelectorAutomationPeer(RadColorSelector)
Initializes a new instance of the RadColorSelectorAutomationPeer class.
Declaration
cs-api-definition
public RadColorSelectorAutomationPeer(RadColorSelector owner)
Parameters
owner
The owner.
Properties
IsReadOnly
Gets a value that specifies whether the value of a control is read-only.
Declaration
cs-api-definition
public bool IsReadOnly { get; }
Property Value
true if the value is read-only; false if it can be modified.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by .
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
The type of the control.
GetPattern(PatternInterface)
Declaration
cs-api-definition
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
SetValue(string)
Sets the value of a control.