Class RadAIPromptButtonAutomationPeer
Exposes Rad
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class RadAIPromptButtonAutomationPeer : RadButtonAutomationPeer
Constructors
RadAIPromptButtonAutomationPeer(RadAIPromptButton)
Initializes a new instance of the Rad
Declaration
public RadAIPromptButtonAutomationPeer(RadAIPromptButton owner)
Parameters
Rad The owner. |
Methods
GetChildrenCore()
Returns the collection of child elements of the System.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System. A list of child System. |
GetClassNameCore()
Returns the name of the System.
Declaration
protected override string GetClassNameCore()
Returns
System. The name of the owner type that is associated with this System. |
Overrides
GetHelpTextCore()
Returns the string that describes the functionality of the System.
Declaration
protected override string GetHelpTextCore()
Returns
System. The help text, or System. |
Overrides
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
Overrides
GetNameCore()
Returns the text label of the System.
Declaration
protected override string GetNameCore()
Returns
System. 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()