NevronOpenVision
Nevron.Nov.UI Namespace / NPairBox Class / Create Method / Create(String,NWidget,Boolean) Method
The label text.
The widget.
In This Topic
    Create(String,NWidget,Boolean) Method
    In This Topic
    Creates a labeled widget pair box embedding both the label and the widget in unisize boxes.
    Syntax
    public static NPairBox Create( 
       System.string labelText,
       NWidget widget,
       System.bool embedBoxesInUnisizeBox
    )

    Parameters

    labelText
    The label text.
    widget
    The widget.
    embedBoxesInUnisizeBox

    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