Represents the automation peer for a RadSpeechToTextButton control, providing support for UI automation clients. This class allows automated tools to interact with the RadSpeechToTextButton and retrieve properties such as automation IDs, names, and control patterns. The RadSpeechToTextButtonAutomationPeer class enhances interaction by allowing invocation of the button's click events and exposing the button's functional properties through automation.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class RadSpeechToTextButtonAutomationPeer : RadButtonAutomationPeer
Inheritance: objectRadButtonAutomationPeerRadSpeechToTextButtonAutomationPeer
Inherited Members
Constructors
Initializes a new instance of the RadSpeechToTextButtonAutomationPeer class.
public RadSpeechToTextButtonAutomationPeer(RadSpeechToTextButton owner)
The owner.
Methods
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: