ArcFM Solution Developer Guide
AccessibleName Property (DatasetControl)


Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
<SRCategoryAttribute("Accessibility")>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("The name that will be reported to accessibility clients.")>
Public Property AccessibleName As System.String
'Usage
 
Dim instance As DatasetControl
Dim value As System.String
 
instance.AccessibleName = value
 
value = instance.AccessibleName
[System.ComponentModel.DefaultValue()]
[SRCategory("Accessibility")]
[System.ComponentModel.Localizable(true)]
[SRDescription("The name that will be reported to accessibility clients.")]
public System.string AccessibleName {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DatasetControl Class
DatasetControl Members

 

 


Send Comment