|
|
|
|
|
VisibleWithAnimation (Property) In french: VisibleAvecAnimation
The VisibleWithAnimation property is used to make a control visible or invisible via the "Appear/Disappear" animation. This animation is defined: - in the "Advanced" tab of the project description window ("Control animation" button).
- in the "Style" tab of the control or project.
// Makes the "Apply" Button control visible BTN_Apply.VisibleWithAnimation = True
Syntax
<Control used>.VisibleWithAnimation = <Visible>
<Control used>: Control name Name of control, group of controls or Layout control cell to manipulate. <Visible>: Boolean - True to make the control visible with the "Appear/Disappear" animation,
- False to make the control invisible with the "Appear/Disappear" animation.
Remarks - The animation properties (duration, for example) can be specified in the project options and overridden in the control style.
- This property is only available for controls, groups of controls and Layout control cells.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|