New to Telerik UI for WPFStart a free 30-day trial

Represents the Automation Peer for the current Appointments panel.

Definition

Constructors

Initializes a new instance of the AppointmentsPanelAutomationPeer class.

C#
public AppointmentsPanelAutomationPeer(AppointmentsPanel owner)
Parameters:ownerAppointmentsPanel

Properties

Gets the owner panel of the AppointmentsPanelAutomationPeer class.

C#
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().

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

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().

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

The collection of child elements.

When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType().

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

The type of the control.