Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDomArrayNPointPropertyEditor Class / CreateItemControl Method


In This Topic
    CreateItemControl Method (NDomArrayNPointPropertyEditor)
    In This Topic
    Creates a control, which should edit an array item.
    Syntax
    'Declaration
     
    
    Public Overrides Function CreateItemControl( _
       ByVal listBoxItem As NListBoxItem, _
       ByVal arrayItem As NPoint, _
       ByVal editorWindow As NDomArrayEditorWindow(Of NPoint) _
    ) As NWidget
    'Usage
     
    
    Dim instance As NDomArrayNPointPropertyEditor
    Dim listBoxItem As NListBoxItem
    Dim arrayItem As NPoint
    Dim editorWindow As NDomArrayEditorWindow(Of NPoint)
    Dim value As NWidget
     
    value = instance.CreateItemControl(listBoxItem, arrayItem, editorWindow)

    Parameters

    listBoxItem
    arrayItem
    editorWindow
    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