ClassGanttTimeRulerAutomationPeer
Provides a class that exposes the time ruler section of RadGanttView to UI Automation.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
public class GanttTimeRulerAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectGanttTimeRulerAutomationPeer
Constructors
GanttTimeRulerAutomationPeer(GanttItemsPresenter)
Initializes a new instance of the GanttTimeRulerAutomationPeer class.
Declaration
public GanttTimeRulerAutomationPeer(GanttItemsPresenter presenter)
Parameters
presenter
The items presenter which contains the owner panel.
Methods
GetChildrenCore()
Gets the collection of child elements of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetChildren().
Declaration
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
A list of child System.Windows.Automation.Peers.AutomationPeer elements.
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
The type of the control.