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


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

    Parameters

    info
    status bar info
    Remarks
    If the primary info is still empty it will populate it with the tool name. Note that this method is called only when the tool is active.
    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