ComponentOne True DBInput Pro 8.0
Children Property (TDBContainer3D)

Returns a collection of Child objects. You can use the Children property to add and remove Child objects from the ChildrenCollection. Also you can count the number of Child objects in the collection and address individual settings.

Syntax

control.Children

Read-only at run time. Not available at design time.

Remarks

This property allows you to assign an effect to a separate variable dimensioned as a Child object. For example:

Dim objChild As TDBContainer3D6Ctl.Child

Set objChild = TDBContainer3D1.Children.Add(, "Text1")

With objChild

.Name = "Text1"

.Effect = "Raised"

End With

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback