SpreadsheetGear 2012
AccessibleDescription Property (WorkbookView)






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