Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDiagramStatusBar Class / AutoRefresh Property


In This Topic
    AutoRefresh Property (NDiagramStatusBar)
    In This Topic
    Gets/sets whether the statusbar is automatically refreshed
    Syntax
    '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;}
    Remarks
    By default set to true.
    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