Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NInputBox Class / Show Method


In This Topic
    Show Method (NInputBox)
    In This Topic
    Shows a modal input box with the specified title and returns the text, the user has entered or null if the user pressed Esc.
    Syntax
    'Declaration
     
    
    Public Shared Function Show( _
       ByVal title As System.String _
    ) As System.String
    'Usage
     
    
    Dim title As System.String
    Dim value As System.String
     
    value = NInputBox.Show(title)
    public static System.string Show( 
       System.string title
    )

    Parameters

    title
    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