Represents the automation peer for the RadHighlightTextBlock control, providing a way for UI automation clients to interact with the control. This class inherits from and overrides specific methods to expose additional properties and functionalities of the associated RadHighlightTextBlock instance. It provides tailored help text, localized control type, and the ability to retrieve custom property values related to highlighting features, such as highlight text, foreground, background, highlight mode, and case sensitivity.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class RadHighlightTextBlockAutomationPeer : TextBlockAutomationPeer
Inheritance: objectRadHighlightTextBlockAutomationPeer
Constructors
Initializes a new instance of the RadHighlightTextBlockAutomationPeer class.
public RadHighlightTextBlockAutomationPeer(RadHighlightTextBlock owner)
The RadHighlightTextBlock that is associated with this RadHighlightTextBlockAutomationPeer.
Methods
Returns the name of the RadHighlightTextBlock that is associated with this RadHighlightTextBlockAutomationPeer.
protected override string GetClassNameCore()
The name of the owner type that is associated with this RadHighlightTextBlockAutomationPeer.
This method is called by .
Returns a localized string that contains the type name of the owner control.
protected override string GetLocalizedControlTypeCore()
A localized string that contains the type name of the owner control.
This method is called by .