Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NPropertyEditor Class / CreateExpressionOverlay Method


In This Topic
    CreateExpressionOverlay Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateExpressionOverlay( _
       ByVal fx As NExpression, _
       ByVal value As System.Object _
    ) As NWidget
    'Usage
     
    
    Dim instance As NPropertyEditor
    Dim fx As NExpression
    Dim value As System.Object
    Dim value As NWidget
     
    value = instance.CreateExpressionOverlay(fx, value)
    protected virtual NWidget CreateExpressionOverlay( 
       NExpression fx,
       System.object value
    )

    Parameters

    fx
    value
    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