Gets or sets the default action description of the element for use by accessibility client applications.
'Declaration
<DescriptionAttribute("The default action description of the element for use by accessibility client applications.")>
<LocalizableAttribute(True)>
<CategoryAttribute("Accessibility")>
Public Property AccessibleDefaultActionDescription As String
'Usage
Dim instance As Cell
Dim value As String
instance.AccessibleDefaultActionDescription = value
value = instance.AccessibleDefaultActionDescription
[Description("The default action description of the element for use by accessibility client applications.")]
[Localizable(true)]
[Category("Accessibility")]
public string AccessibleDefaultActionDescription {get; set;}
Property Value
A string representing the default action description of the element for use by accessibility
client applications.
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