ClassRadColorPickerAutomationPeer
AutomationPeer class for RadColorPicker.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
public class RadColorPickerAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider, IValueProvider
Inheritance: objectRadColorPickerAutomationPeer
Implements:
Constructors
RadColorPickerAutomationPeer(RadColorPicker)
Initializes a new instance of the RadColorPickerAutomationPeer class.
Declaration
public RadColorPickerAutomationPeer(RadColorPicker owner)
Parameters
owner
The owner.
Properties
ExpandCollapseState
Gets the state, expanded or collapsed, of the control.
Declaration
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
ExpandCollapseState
The state, expanded or collapsed, of the control.
IsReadOnly
Gets a value that specifies whether the value of a control is read-only.
Declaration
public bool IsReadOnly { get; }
Property Value
true if the value is read-only; false if it can be modified.
Methods
Collapse()
Hides all nodes, controls, or content that are descendants of the control.
Declaration
public void Collapse()
Expand()
Displays all child nodes, controls, or content of the control.
Declaration
public void Expand()
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
The type of the control.
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
SetValue(string)
Sets the value of a control.