ClassAppointmentsPanelAutomationPeer
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
AppointmentsPanelAutomationPeer(AppointmentsPanel)
Initializes a new instance of the AppointmentsPanelAutomationPeer class.
Declaration
public AppointmentsPanelAutomationPeer(AppointmentsPanel owner)
Parameters
owner
Properties
Panel
Gets the owner panel of the AppointmentsPanelAutomationPeer class.
Declaration
public AppointmentsPanel Panel { get; }
Property Value
Methods
GetAutomationControlTypeCore()
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().
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
The System.Windows.Automation.Peers.AutomationControlType.Custom enumeration value.
GetChildrenCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetChildren().
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
The collection of child elements.
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType().
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
The type of the control.