Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDesigner Class / GetCategoryEnabledEvaluator Method


In This Topic
    GetCategoryEnabledEvaluator Method
    In This Topic
    Gets a function which evaluates the visibility of the specified category editor.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetCategoryEnabledEvaluator( _
       ByVal category As NLocalizedString _
    ) As Nevron.Nov.FunctionResult(Of Boolean,NNode)
    'Usage
     
    
    Dim instance As NDesigner
    Dim category As NLocalizedString
    Dim value As Nevron.Nov.FunctionResult(Of Boolean,NNode)
     
    value = instance.GetCategoryEnabledEvaluator(category)
    public virtual Nevron.Nov.FunctionResult<bool,NNode> GetCategoryEnabledEvaluator( 
       NLocalizedString category
    )

    Parameters

    category
    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