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
Initializes a new instance of the RadColorPickerAutomationPeer class.
public RadColorPickerAutomationPeer(RadColorPicker owner)
The owner.
Properties
ExpandCollapseState
ExpandCollapseState
Gets the state, expanded or collapsed, of the control.
public ExpandCollapseState ExpandCollapseState { get; }
The state, expanded or collapsed, of the control.
Gets a value that specifies whether the value of a control is read-only.
public bool IsReadOnly { get; }
true if the value is read-only; false if it can be modified.
Methods
Hides all nodes, controls, or content that are descendants of the control.
public void Collapse()
Displays all child nodes, controls, or content of the control.
public void Expand()
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
When overridden in a derived class, is called by .
public override object GetPattern(PatternInterface patternInterface)
Sets the value of a control.