Class ScheduleViewHeaderAutomationPeer
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class ScheduleViewHeaderAutomationPeer : FrameworkElementAutomationPeer
Constructors
ScheduleViewHeaderAutomationPeer(FrameworkElement)
Initializes a new instance of the ScheduleViewHeaderAutomationPeer class.
Declaration
public ScheduleViewHeaderAutomationPeer(FrameworkElement owner)
Parameters
System.Windows.FrameworkElement
owner
The associated RadScheduleViewHeader owner. |
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. |