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

Automation Peer for the RadAIPrompt class.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public class RadAIPromptAutomationPeer : ItemsControlAutomationPeer

Inheritance: objectRadAIPromptAutomationPeer

Constructors

Initializes a new instance of the RadAIPromptAutomationPeer class.

C#
public RadAIPromptAutomationPeer(RadAIPrompt owner)
Parameters:ownerRadAIPrompt

The RadTabControl that will be associated with newly created RadAIPromptAutomationPeer object.

Methods

When overridden in a derived class, creates a new instance of the ItemAutomationPeer for a data item in the collection of this .

C#
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters:itemobject

The data item that is associated with this ItemAutomationPeer.

Returns:

ItemAutomationPeer

The new ItemAutomationPeer created.

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

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

Gets the collection of elements that are associated with children RadTabItem elements of the owner RadTabControl. This method is called by .

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

List<AutomationPeer>

The collection of child elements.

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

C#
protected override string GetClassNameCore()
Returns:

string

An Empty string.

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string