| Overload | Description |
|---|---|
| NPairBox Constructor() | Default constructor |
| NPairBox Constructor(Object,Object) | Creates a pair box in which box1 is placed before box2. |
| NPairBox Constructor(Object,Object,Boolean) | Creates a pair box in which box1 is placed before box2. |
| NPairBox Constructor(Object,Object,ENPairBoxRelation) | Creates a pair box with the specified box relation. |
| NPairBox Constructor(Object,Object,ENPairBoxRelation,Boolean) | Creates a pair box with the specified box relation. |
| NPairBox Constructor(NWidget,NWidget,ENPairBoxRelation,Boolean) | Creates a pair box with the specified box relation. |