Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NView Class / ShowMessage Method
message to display


In This Topic
    ShowMessage Method
    In This Topic
    Shows a message in the view
    Syntax
    'Declaration
     
    
    Public Overridable Sub ShowMessage( _
       ByVal message As System.String _
    ) 
    'Usage
     
    
    Dim instance As NView
    Dim message As System.String
     
    instance.ShowMessage(message)
    public virtual void ShowMessage( 
       System.string message
    )

    Parameters

    message
    message to display
    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