DataRepeaterItem.AccessibleDescription Property
Gets or sets the description of the control that is used by accessibility client applications.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property AccessibleDescription As String
Get
Set
[BrowsableAttribute(false)]
public string AccessibleDescription { get; set; }
[BrowsableAttribute(false)]
public:
property String^ AccessibleDescription {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member AccessibleDescription : string with get, set
function get AccessibleDescription () : String
function set AccessibleDescription (value : String)
Property Value
Type: System.String
A string that contains the description of the control that is used by accessibility client applications. The default is a null reference (Nothing in Visual Basic).
Remarks
The AccessibleDescription property provides a textual description of the visual appearance of an object. The description is primarily used to provide better context for low-vision or blind users, but it can also be used for context searching or other applications.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualBasic.PowerPacks Namespace