Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryViewItem Class / GetValidPrompt Method


In This Topic
    GetValidPrompt Method
    In This Topic
    Gets the master prompt string if it is valid, otherwise returns the default master prompt string
    Syntax
    'Declaration
     
    
    Public Overridable Function GetValidPrompt() As System.String
    'Usage
     
    
    Dim instance As NLibraryViewItem
    Dim value As System.String
     
    value = instance.GetValidPrompt()
    public virtual System.string GetValidPrompt()
    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