Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NTemplate Class / CreateUserControls Method


In This Topic
    CreateUserControls Method
    In This Topic
    Creates the template user controls, which are used in the wizard
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateUserControls() As NTemplateUC()
    'Usage
     
    
    Dim instance As NTemplate
    Dim value() As NTemplateUC
     
    value = instance.CreateUserControls()
    public virtual NTemplateUC[] CreateUserControls()

    Return Value

    array of template user controls
    Remarks
    This implementation returns a user control with a nested property grid
    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