Class
AppointmentsPanelAutomationPeer

Represents the Automation Peer for the current Appointments panel.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class AppointmentsPanelAutomationPeer : AutomationPeerBase<AppointmentsPanel>

Inheritance: objectAutomationPeerBase<AppointmentsPanel>AppointmentsPanelAutomationPeer

Inherited Members AutomationPeerBase<AppointmentsPanel>.GetClassNameCore()AutomationPeerBase<AppointmentsPanel>.SetFocusCore()AutomationPeerBase<AppointmentsPanel>.IsEnabledCore()AutomationPeerBase<AppointmentsPanel>.IsKeyboardFocusableCore()AutomationPeerBase<AppointmentsPanel>.GetItemTypeCore()AutomationPeerBase<AppointmentsPanel>.GenerateIRawElementProviderSimple<TSource>(IEnumerable<TSource>)AutomationPeerBase<AppointmentsPanel>.ProviderFromElement<TSource>(TSource)AutomationPeerBase<AppointmentsPanel>.CurrentOwner

Constructors

AppointmentsPanelAutomationPeer(AppointmentsPanel)

Initializes a new instance of the AppointmentsPanelAutomationPeer class.

Declaration

cs-api-definition
public AppointmentsPanelAutomationPeer(AppointmentsPanel owner)

Parameters

owner

AppointmentsPanel

Properties

Panel

Gets the owner panel of the AppointmentsPanelAutomationPeer class.

Declaration

cs-api-definition
public AppointmentsPanel Panel { get; }

Property Value

AppointmentsPanel

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

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

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

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

The type of the control.