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