Class AppointmentsPanelAutomationPeer
Represents the Automation Peer for the current Appointments panel.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class AppointmentsPanelAutomationPeer : AutomationPeerBase<AppointmentsPanel>
Constructors
AppointmentsPanelAutomationPeer(AppointmentsPanel)
Initializes a new instance of the AppointmentsPanelAutomationPeer class.
Declaration
public AppointmentsPanelAutomationPeer(AppointmentsPanel owner)
Parameters
AppointmentsPanel
owner
|
Properties
Panel
Gets the owner panel of the AppointmentsPanelAutomationPeer class.
Declaration
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
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.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
System.Collections.Generic.List<System.Windows.Automation.Peers.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
System.String
The type of the control. |