ClassRadAIPromptButtonAutomationPeer
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
RadAIPromptButtonAutomationPeer(RadAIPromptButton)
Initializes a new instance of the RadAIPromptButtonAutomationPeer class.
Declaration
public RadAIPromptButtonAutomationPeer(RadAIPromptButton owner)
Parameters
owner
The owner.
Methods
GetChildrenCore()
Returns the collection of child elements of the UIElement that is associated with this . This method is called by .
Declaration
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Justification = "This is an override of a built-in class, the return type cannot be changed.")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
A list of child AutomationPeer elements.
GetClassNameCore()
Returns the name of the UIElement that is associated with this . This method is called by .
Declaration
protected override string GetClassNameCore()
Returns
The name of the owner type that is associated with this . See Remarks.
Overrides
GetHelpTextCore()
Returns the string that describes the functionality of the FrameworkElement that is associated with this . This method is called by .
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
Overrides
GetNameCore()
Returns the text label of the FrameworkElement that is associated with this . This method is called by .
Declaration
protected override string GetNameCore()
Returns
The text label of the element that is associated with this automation peer.
Overrides
Invoke()
Sends a request to activate a control and initiate its single, unambiguous action.
Declaration
public void Invoke()