Exposes RadAIPromptButton type to UI Automation.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
public class RadAIPromptButtonAutomationPeer : RadButtonAutomationPeer
Inheritance: objectRadButtonAutomationPeerRadAIPromptButtonAutomationPeer
Inherited Members
Constructors
Initializes a new instance of the RadAIPromptButtonAutomationPeer class.
public RadAIPromptButtonAutomationPeer(RadAIPromptButton owner)
The owner.
Methods
Returns the collection of child elements of the UIElement that is associated with this . This method is called by .
protected override List<AutomationPeer> GetChildrenCore()
List<AutomationPeer>
A list of child AutomationPeer elements.
Returns the name of the UIElement that is associated with this . This method is called by .
protected override string GetClassNameCore()
The name of the owner type that is associated with this . See Remarks.
Overrides:
Returns the text label of the FrameworkElement that is associated with this . This method is called by .
protected override string GetNameCore()
The text label of the element that is associated with this automation peer.
Overrides:
Sends a request to activate a control and initiate its single, unambiguous action.
public void Invoke()