SpreadsheetGear.Windows.Forms Namespace > ChartExplorer Class : IsAccessible Property |
'Declaration
<SRCategoryAttribute("Behavior")> <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRDescriptionAttribute("Indicates whether the control is visible to accessibility applications.")> Public Property IsAccessible As System.Boolean
'Usage
Dim instance As ChartExplorer Dim value As System.Boolean instance.IsAccessible = value value = instance.IsAccessible
[SRCategory("Behavior")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Indicates whether the control is visible to accessibility applications.")] public System.bool IsAccessible {get; set;}
public read-write property IsAccessible: System.Boolean;
SRCategoryAttribute("Behavior") System.ComponentModel.BrowsableAttribute() System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced) System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) SRDescriptionAttribute("Indicates whether the control is visible to accessibility applications.") public function get,set IsAccessible : System.boolean
[SRCategory("Behavior")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Indicates whether the control is visible to accessibility applications.")] public: __property System.bool get_IsAccessible(); public: __property void set_IsAccessible( System.bool value );
[SRCategory("Behavior")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Indicates whether the control is visible to accessibility applications.")] public: property System.bool IsAccessible { System.bool get(); void set ( System.bool value); }
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