IAccessibleAdornmentControl Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |