Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingView Class / UpdateStatusBarInfo Method
status bar info


In This Topic
    UpdateStatusBarInfo Method (NDrawingView)
    In This Topic
    Updates the specified status bar info
    Syntax
    'Declaration
     
    
    Public Overridable Sub UpdateStatusBarInfo( _
       ByVal info As NStatusBarInfo _
    ) 
    'Usage
     
    
    Dim instance As NDrawingView
    Dim info As NStatusBarInfo
     
    instance.UpdateStatusBarInfo(info)
    public virtual void UpdateStatusBarInfo( 
       NStatusBarInfo info
    )

    Parameters

    info
    status bar info
    Remarks
    If there is a valid document the method will update the MeasurementUnit field with the current document measurement unit. It will then delegate the call to the controller (if the view is in design mode).
    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