ComponentOne True DBGrid Pro 8
AnimateWindowClose Property

AnimateWindowClose Property

For a TDBGrid control, this property controls the animation effect when the user closes the drop-down combo (either a built-in combo box or a separate TDBDropDown control).

Syntax

TDBGrid.AnimateWindowClose= value

Values

Design Time

Run Time

0 - No Animate Close (default)

dbgNoAnimateClose

1 - Opposite Direction

dbgOppositeDirection

2 - Same Direction

dbgSameDirection

Remarks

Read/Write at run time and design time.

This property also controls the animation effects of the CellTips window when the AnimateWindow property has been set to a value other than 0 - No animation.

The allowable values for this property are as follows:

If set to 0 - No Animate (the default), there will be no animation when the object is closed.

If set to 1 - Opposite Direction, the animation of the object occurs in the opposite direction of that specified by the AnimateWindowDirection property.

If set to 2 - Same Direction, the animation of the closing object occurs in the same direction as that specified by the AnimateWindowDirection property.

Use the AnimateWindowTime property to control the duration of the object's closing animation.

Note

System requirements: Windows 98 or NT 5.0, or higher.

See Also

TDBGrid Control

 

 


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

Product Support Forum  |  Documentation Feedback