SpreadsheetGear 2012
AccessibleRole Property (WorkbookView)






Syntax
'Declaration
 
<SRDescriptionAttribute("The role that will be reported to accessibility clients.")>
<System.ComponentModel.DefaultValueAttribute()>
<SRCategoryAttribute("Accessibility")>
Public Property AccessibleRole As System.Windows.Forms.AccessibleRole
'Usage
 
Dim instance As WorkbookView
Dim value As System.Windows.Forms.AccessibleRole
 
instance.AccessibleRole = value
 
value = instance.AccessibleRole
[SRDescription("The role that will be reported to accessibility clients.")]
[System.ComponentModel.DefaultValue()]
[SRCategory("Accessibility")]
public System.Windows.Forms.AccessibleRole AccessibleRole {get; set;}
public read-write property AccessibleRole: System.Windows.Forms.AccessibleRole; 
SRDescriptionAttribute("The role that will be reported to accessibility clients.")
System.ComponentModel.DefaultValueAttribute()
SRCategoryAttribute("Accessibility")
public function get,set AccessibleRole : System.Windows.Forms.AccessibleRole
[SRDescription("The role that will be reported to accessibility clients.")]
[System.ComponentModel.DefaultValue()]
[SRCategory("Accessibility")]
public: __property System.Windows.Forms.AccessibleRole get_AccessibleRole();
public: __property void set_AccessibleRole( 
   System.Windows.Forms.AccessibleRole value
);
[SRDescription("The role that will be reported to accessibility clients.")]
[System.ComponentModel.DefaultValue()]
[SRCategory("Accessibility")]
public:
property System.Windows.Forms.AccessibleRole AccessibleRole {
   System.Windows.Forms.AccessibleRole get();
   void set (    System.Windows.Forms.AccessibleRole 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