Gets or sets the description that will be reported to accessibility client applications.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
[DefaultValueAttribute("")]
public virtual string AccessibleDescription { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute("")> _
Public Overridable Property AccessibleDescription As String
Get
Set |
See Also