SubBoxes Property

Summary
Gets or sets the sub-boxes contained within this box.
Syntax
C#
VB
C++
public Collection<JPxBox> SubBoxes { get; set; } 
  
Public Property SubBoxes As Collection(Of JPxBox) 
public: 
property Collection<JPxBox^>^ SubBoxes { 
   Collection<JPxBox^>^ get(); 
   void set (    Collection<JPxBox^>^ ); 
} 

Property Value

A Collection of JPxBox objects which represents the sub-boxes contained in this box.

Requirements

Target Platforms

See Also

Reference

JPxBox Class

JPxBox Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.