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

UI Automation peer class for RAdDiagramToolBoxGroup.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

C#
public class RadDiagramToolboxGroupAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadDiagramToolboxGroupAutomationPeer

Constructors

Initializes a new instance of the RadDiagramToolboxGroupAutomationPeer class.

C#
public RadDiagramToolboxGroupAutomationPeer(RadDiagramToolboxGroup owner)
Parameters:ownerRadDiagramToolboxGroup

The owner.

Methods

Returns the control type for the UIElement that is associated with this . This method is called by .

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

A value of the enumeration.

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

List<AutomationPeer>

Returns the name of the UIElement that is associated with this . This method is called by .

C#
protected override string GetClassNameCore()
Returns:

string

The name of the owner type that is associated with this . See Remarks.

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

Returns the text label of the FrameworkElement that is associated with this . This method is called by .

C#
protected override string GetNameCore()
Returns:

string

The text label of the element that is associated with this automation peer.