Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDesigner Class / CreateCompatibleTypesEditor Method / CreateCompatibleTypesEditor(Object,Boolean,Boolean,NLocalizedString) Method


In This Topic
    CreateCompatibleTypesEditor(Object,Boolean,Boolean,NLocalizedString) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function CreateCompatibleTypesEditor( _
       ByVal value As System.Object, _
       ByVal allowNull As System.Boolean, _
       ByVal allowAutomatic As System.Boolean, _
       ByVal title As NLocalizedString _
    ) As NNodeSurrogateEditor
    'Usage
     
    
    Dim instance As NDesigner
    Dim value As System.Object
    Dim allowNull As System.Boolean
    Dim allowAutomatic As System.Boolean
    Dim title As NLocalizedString
    Dim value As NNodeSurrogateEditor
     
    value = instance.CreateCompatibleTypesEditor(value, allowNull, allowAutomatic, title)
    public NNodeSurrogateEditor CreateCompatibleTypesEditor( 
       System.object value,
       System.bool allowNull,
       System.bool allowAutomatic,
       NLocalizedString title
    )

    Parameters

    value
    allowNull
    allowAutomatic
    title
    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