←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly