Nevron Open Vision Documentation
Nevron.Nov.Windows.Forms Namespace / NNovControlHostDesigner Class / PostFilterAttributes Method


In This Topic
    PostFilterAttributes Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PostFilterAttributes( _
       ByVal attributes As System.Collections.IDictionary _
    ) 
    'Usage
     
    
    Dim instance As NNovControlHostDesigner
    Dim attributes As System.Collections.IDictionary
     
    instance.PostFilterAttributes(attributes)
    protected virtual void PostFilterAttributes( 
       System.Collections.IDictionary attributes
    )

    Parameters

    attributes
    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