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


In This Topic
    RefreshInterval Property (NDiagramStatusBar)
    In This Topic
    Gets/sets the auto refresh interval (in miliseconds)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the auto refresh interval")>
    <System.ComponentModel.DefaultValueAttribute(200)>
    Public Property RefreshInterval As System.Integer
    'Usage
     
    
    Dim instance As NDiagramStatusBar
    Dim value As System.Integer
     
    instance.RefreshInterval = value
     
    value = instance.RefreshInterval
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the auto refresh interval")]
    [System.ComponentModel.DefaultValue(200)]
    public System.int RefreshInterval {get; set;}
    Remarks
    By default set to 200.
    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