Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPairBox Class / Create Method / Create(String,NWidget) Method
The label text.
The widget.


In This Topic
    Create(String,NWidget) Method
    In This Topic
    Creates a labeled widget pair box embedding both the label and the widget in unisize boxes.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Create( _
       ByVal labelText As System.String, _
       ByVal widget As NWidget _
    ) As NPairBox
    'Usage
     
    
    Dim labelText As System.String
    Dim widget As NWidget
    Dim value As NPairBox
     
    value = NPairBox.Create(labelText, widget)
    public static NPairBox Create( 
       System.string labelText,
       NWidget widget
    )

    Parameters

    labelText
    The label text.
    widget
    The widget.

    Return Value

    A new NPairBox instance that contains a label and the specified widget.
    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