Accessibility Object

Provides accessibility properties that report information about your Silverlight content.

XAML
Cannot be used in XAML.
Scripting
Reference to existing only; see Remarks.

Properties

ActionDescription, Description, Name, Title,

Methods

Equals, FindName, GetHost, GetValue, SetValue

Events

PerformAction

Remarks

You get a reference to the Accessibility object by getting the value of the Accessibility property in the Silverlight plug-in's object model after the plug-in instantiation. This property is available on the content sub-object in the Silverlight plug-in's object model.

See Also

Accessibility Overview