Represents the Automation Peer for the current Appointments panel.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class AppointmentsPanelAutomationPeer : AutomationPeerBase<AppointmentsPanel>
Inheritance: objectAutomationPeerBase<AppointmentsPanel>AppointmentsPanelAutomationPeer
Inherited Members
Constructors
Initializes a new instance of the AppointmentsPanelAutomationPeer class.
public AppointmentsPanelAutomationPeer(AppointmentsPanel owner)
Properties
Gets the owner panel of the AppointmentsPanelAutomationPeer class.
public AppointmentsPanel Panel { get; }
Methods
Gets the control type for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType().
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
The System.Windows.Automation.Peers.AutomationControlType.Custom enumeration value.
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetChildren().
protected override List<AutomationPeer> GetChildrenCore()
List<AutomationPeer>
The collection of child elements.
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType().