Share via


IAccessibleAdornmentControl Interface

Definition

Represents an adornment that should be read aloud by screen readers. Should mainly be implemented for unfocusable UI controls that live in/on a text line.

public interface IAccessibleAdornmentControl
type IAccessibleAdornmentControl = interface
Public Interface IAccessibleAdornmentControl

Remarks

This should be implemented by the control associated with the adornment tag./>.

Methods

GetAutomationText()

Gets the text to be read by the screen reader.

Applies to