Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NEditor Class / AdornControl Method


In This Topic
    AdornControl Method (NEditor)
    In This Topic
    Places the specified editor control in an optional adorner
    Syntax
    'Declaration
     
    
    Protected Overridable Function AdornControl( _
       ByVal control As NWidget _
    ) As NWidget
    'Usage
     
    
    Dim instance As NEditor
    Dim control As NWidget
    Dim value As NWidget
     
    value = instance.AdornControl(control)
    protected virtual NWidget AdornControl( 
       NWidget control
    )

    Parameters

    control
    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