'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.
Remarks
An object's AccessibleDefaultActionDescription property describes the object's primary method of manipulation from the user's viewpoint. This property should be a verb or a short verb phrase.
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