'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether the statusbar is automatically refreshed")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property AutoRefresh As System.Boolean
'Usage
Dim instance As NDiagramStatusBar Dim value As System.Boolean instance.AutoRefresh = value value = instance.AutoRefresh
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether the statusbar is automatically refreshed")] [System.ComponentModel.DefaultValue(true)] public System.bool AutoRefresh {get; set;}