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


In This Topic
    CreateGroupBox Method
    In This Topic
    Creates a group box with the given header and content.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateGroupBox( _
       ByVal header As System.Object, _
       ByVal content As System.Object _
    ) As NGroupBox
    'Usage
     
    
    Dim instance As NEditor
    Dim header As System.Object
    Dim content As System.Object
    Dim value As NGroupBox
     
    value = instance.CreateGroupBox(header, content)
    protected virtual NGroupBox CreateGroupBox( 
       System.object header,
       System.object content
    )

    Parameters

    header
    content
    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