←Select platform

IsSuperBox Method

Summary

Specifies whether a box is a super box.

Syntax

C#
VB
C++
public bool IsSuperBox( 
   string boxName 
) 
  
Public Function IsSuperBox( _ 
   ByVal boxName As String _ 
) As Boolean 
public: 
bool IsSuperBox(  
   String^ boxName 
)  

Parameters

boxName
A System.String containing the name of the box.

Return Value

true if the box is a super box; otherwise, false.

Remarks

Super boxes are boxes which contain other sub-boxes.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly