Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NWizard Class / ShowDialog Method


In This Topic
    ShowDialog Method (NWizard)
    In This Topic
    Shows the wizard dialog
    Syntax
    'Declaration
     
    
    Public Function ShowDialog() As System.Boolean
    'Usage
     
    
    Dim instance As NWizard
    Dim value As System.Boolean
     
    value = instance.ShowDialog()
    public System.bool ShowDialog()

    Return Value

    true if the user clicked the OK button and the template was successfully created, otherwise false
    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