Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NCategoryEditor Class / Initialize Method


In This Topic
    Initialize Method (NCategoryEditor)
    In This Topic
    Initializes the property category editor.
    Syntax
    'Declaration
     
    
    Public Sub Initialize( _
       ByVal editedNode As NNode, _
       ByVal editedNodeDesigner As NDesigner, _
       ByVal editedCategory As NLocalizedString, _
       ByVal context As NEditorContext _
    ) 
    'Usage
     
    
    Dim instance As NCategoryEditor
    Dim editedNode As NNode
    Dim editedNodeDesigner As NDesigner
    Dim editedCategory As NLocalizedString
    Dim context As NEditorContext
     
    instance.Initialize(editedNode, editedNodeDesigner, editedCategory, context)

    Parameters

    editedNode
    editedNodeDesigner
    editedCategory
    context
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also