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


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

    Parameters

    info
    status bar info
    Remarks
    Overriden to populate the secondary info with the start and end points, if the secondary info is not yet populated.
    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