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

Exposes RadAIPromptButton type to UI Automation.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public class RadAIPromptButtonAutomationPeer : RadButtonAutomationPeer

Inheritance: objectRadButtonAutomationPeerRadAIPromptButtonAutomationPeer

Inherited Members RadButtonAutomationPeer.GetPattern(PatternInterface)RadButtonAutomationPeer.GetAutomationControlTypeCore()RadButtonAutomationPeer.GetAutomationIdCore()

Constructors

Initializes a new instance of the RadAIPromptButtonAutomationPeer class.

C#
public RadAIPromptButtonAutomationPeer(RadAIPromptButton owner)
Parameters:ownerRadAIPromptButton

The owner.

Methods

Returns the collection of child elements of the UIElement that is associated with this . This method is called by .

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

List<AutomationPeer>

A list of child AutomationPeer elements.

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.

Overrides: RadButtonAutomationPeer.GetClassNameCore()

Returns the string that describes the functionality of the FrameworkElement that is associated with this . This method is called by .

C#
protected override string GetHelpTextCore()
Returns:

string

The help text, or Empty if there is no help text.

Overrides: RadButtonAutomationPeer.GetHelpTextCore()

C#
protected override string GetItemStatusCore()
Returns:

string

Overrides: RadButtonAutomationPeer.GetItemStatusCore()

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.

Overrides: RadButtonAutomationPeer.GetNameCore()

Sends a request to activate a control and initiate its single, unambiguous action.

C#
public void Invoke()