SpreadsheetGear 2012
AccessibleName Property (WorkbookView)






Syntax
'Declaration
 
<SRCategoryAttribute("Accessibility")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("The name that will be reported to accessibility clients.")>
Public Property AccessibleName As System.String
'Usage
 
Dim instance As WorkbookView
Dim value As System.String
 
instance.AccessibleName = value
 
value = instance.AccessibleName
[SRCategory("Accessibility")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Localizable(true)]
[SRDescription("The name that will be reported to accessibility clients.")]
public System.string AccessibleName {get; set;}
public read-write property AccessibleName: System.String; 
SRCategoryAttribute("Accessibility")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.LocalizableAttribute()
SRDescriptionAttribute("The name that will be reported to accessibility clients.")
public function get,set AccessibleName : System.String
[SRCategory("Accessibility")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Localizable(true)]
[SRDescription("The name that will be reported to accessibility clients.")]
public: __property System.string* get_AccessibleName();
public: __property void set_AccessibleName( 
   System.string* value
);
[SRCategory("Accessibility")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Localizable(true)]
[SRDescription("The name that will be reported to accessibility clients.")]
public:
property System.String^ AccessibleName {
   System.String^ get();
   void set (    System.String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookView Class
WorkbookView Members

Send Feedback