Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NWizard Class / Categories Property


In This Topic
    Categories Property
    In This Topic
    Obtains an array of the template categories
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Categories As NTemplateCollection()
    'Usage
     
    
    Dim instance As NWizard
    Dim value() As NTemplateCollection
     
    value = instance.Categories
    public NTemplateCollection[] Categories {get;}

    Property Value

    template categories
    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