Accessibility (Silverlight Plug-in)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets an object that contains properties that report accessibility information to the Microsoft Silverlight plug-in host.

value = silverlightObject.content.Accessibility

Property Value

Type: Accessibility Object (Silverlight JSAPI)

An object that holds several accessibility-related strings and an event.

This property is read-only (the object itself is not settable). The default value is an instance of the object with its properties at default values.

Managed Equivalent

None. The managed API uses an entirely updated accessibility system. See Silverlight Accessibility Overview.

Remarks

This property is available on the content subobject of a Silverlight plug-in instance.

This property is set to the initial default during initialization, but values of the Accessibility object cannot be set through the initial creation parameters. For more information, see Accessibility.

Applies To

Silverlight Plug-in