Class
RadColorPickerAutomationPeer

AutomationPeer class for RadColorPicker.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public class RadColorPickerAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider, IValueProvider

Inheritance: objectRadColorPickerAutomationPeer

Implements: IExpandCollapseProviderIValueProvider

Constructors

RadColorPickerAutomationPeer(RadColorPicker)

Initializes a new instance of the RadColorPickerAutomationPeer class.

Declaration

cs-api-definition
public RadColorPickerAutomationPeer(RadColorPicker owner)

Parameters

owner

RadColorPicker

The owner.

Properties

ExpandCollapseState

Gets the state, expanded or collapsed, of the control.

Declaration

cs-api-definition
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

cs-api-definition
public bool IsReadOnly { get; }

Property Value

bool

true if the value is read-only; false if it can be modified.

Value

Gets the value of the control.

Declaration

cs-api-definition
public string Value { get; }

Property Value

string

The value of the control as a string.

Methods

Collapse()

Hides all nodes, controls, or content that are descendants of the control.

Declaration

cs-api-definition
public void Collapse()

Expand()

Displays all child nodes, controls, or content of the control.

Declaration

cs-api-definition
public void Expand()

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

The type of the control.

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

GetPattern(PatternInterface)

Declaration

cs-api-definition
public override object GetPattern(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object

SetValue(string)

Sets the value of a control.

Declaration

cs-api-definition
public void SetValue(string value)

Parameters

value

string