SpreadsheetGear 2017
IsAccessible Property (FormulaBar)






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

FormulaBar Class
FormulaBar Members