'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 WorkbookDesigner 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;}