ComponentOne True DBInput Pro 8.0
ApplyEffect Property (TDBContainer3D)

Sets/returns how to apply the 3D effects to the child controls.

Syntax

TDBContainer3D.ApplyEffect= value

Read/Write at run time and design time.

Values

Design Time

Run Time

0 - None (Default)

dbiApplyNone

1 - All

dbiApplyAll

2 - Child Controls

dbiApplyChildren

Remarks

If the ApplyEffect property is set to 1-All, the 3D effect set to the ChildrenEffect property, which was defined with the Effect object will be applied to all the child controls placed within the container control, updating its display.

If set to 2-Children, the 3D effect settings provided by the Children collection will be applied to each individual child controls placed within the container control.

If set to 0-None, the 3D effects applied to the ChildrenEffect property and the Child objects added to the ChildrenCollection will be ignored. All controls placed within the container will be displayed without any 3D effects.

 

 


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

Product Support Forum  |  Documentation Feedback