Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NPropertyEditor Class / EnabledEvaluator Property


In This Topic
    EnabledEvaluator Property
    In This Topic
    Gets or sets the enabled evaluator
    Syntax
    'Declaration
     
    
    Public Property EnabledEvaluator As Nevron.Nov.FunctionResult(Of Boolean,NNode)
    'Usage
     
    
    Dim instance As NPropertyEditor
    Dim value As Nevron.Nov.FunctionResult(Of Boolean,NNode)
     
    instance.EnabledEvaluator = value
     
    value = instance.EnabledEvaluator
    public Nevron.Nov.FunctionResult<bool,NNode> EnabledEvaluator {get; set;}
    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