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


In This Topic
    EmbedControl Method
    In This Topic
    Optionally embeds the UI control of the editor in a group box, depending on the EmbedControl style setting.
    Syntax
    'Declaration
     
    
    Protected Overridable Function EmbedControl( _
       ByVal control As NWidget _
    ) As NWidget
    'Usage
     
    
    Dim instance As NEditor
    Dim control As NWidget
    Dim value As NWidget
     
    value = instance.EmbedControl(control)
    protected virtual NWidget EmbedControl( 
       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