Visual Basic (Declaration) | |
---|---|
Public Property SubBoxes As Collection(Of JPxBox) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Collection<JPxBox> SubBoxes {get; set;} |
C++/CLI | |
---|---|
public: property Collection<JPxBox>^ SubBoxes { Collection<JPxBox>^ get(); void set (Collection<JPxBox>^ value); } |
Return Value
A Collection of JPxBox objects which represents the sub-boxes contained in this box.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family