Represents the automation peer for the RadCalculatorPicker control, providing functionality to support UI Automation. This class inherits from and implements the IExpandCollapseProvider interface, enabling it to expose information about the expand/collapse state of the RadCalculatorPicker and manage the visibility of its child elements. The ExpandCollapseState property indicates whether the control is expanded or collapsed, while the Collapse() and Expand() methods allow for toggling its visibility. Additionally, the class overrides various methods to provide necessary control types and help information specific to the RadCalculatorPicker.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
public class RadCalculatorPickerAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider
Inheritance: objectRadCalculatorPickerAutomationPeer
Implements:
Constructors
Initializes a new instance of the RadCalculatorPickerAutomationPeer class.
public RadCalculatorPickerAutomationPeer(RadCalculatorPicker owner)
The RadCalculatorPicker.
Properties
ExpandCollapseState
ExpandCollapseState
Gets the state (expanded or collapsed) of the control.
public ExpandCollapseState ExpandCollapseState { get; }
The state (expanded or collapsed) of the control.
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 .