DataRepeaterItem.AccessibleName Property
Gets or sets the name 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
'Declaração
<BrowsableAttribute(False)> _
Public Property AccessibleName As String
Get
Set
[BrowsableAttribute(false)]
public string AccessibleName { get; set; }
[BrowsableAttribute(false)]
public:
property String^ AccessibleName {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member AccessibleName : string with get, set
function get AccessibleName () : String
function set AccessibleName (value : String)
Property Value
Type: System.String
A string that represents the name of the control that is used by accessibility client applications. The default is a null reference (Nothing in Visual Basic).
Remarks
The AccessibleName property is a label that briefly describes and identifies the object within its container.
For more information about properties of accessible objects, see Content of Descriptive Properties in the Microsoft Active Accessibility section of the MSDN Library.
.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