Gets or sets the name of the control used by accessibility client applications.
Syntax
'Declaration
Public Property AccessibleName As String
public string AccessibleName {get; set;}
Property Value
The name of the control used by accessibility client applications. The default is null.
See Also