'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("StatusBarShowPanelsDescr")> Public Property ShowPanels As System.Boolean
'Usage
Dim instance As NDiagramStatusBar Dim value As System.Boolean instance.ShowPanels = value value = instance.ShowPanels
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(false)] [SRDescription("StatusBarShowPanelsDescr")] public System.bool ShowPanels {get; set;}