'Usage
Dim instance As Cell
Dim value As String
instance.AccessibleDescription = value
value = instance.AccessibleDescription
[Description("The description of the element used by accessibility client applications.")]
[Localizable(true)]
[Category("Accessibility")]
public string AccessibleDescription {get; set;}
Property Value
A string representing the description of the element used by accessibility client applications. By default, DefaultAccessibleDescription.
Remarks
An object's AccessibleDescription property provides a textual description about an object's visual appearance. The description is primarily used to provide greater context for low-vision or blind users, but can also be used for context searching or other applications
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2