Table of Contents

HIDE method

Applies To

Special FX

Description

The HIDE method allows you to hide a form along with a simple fading or sliding animation. This method takes a single parameter which specifies the type of animation to apply:

Remarks

Effect ValueDescription
-1 or nullUse the default effect value as set in the Form Designer
0No effect
1Fade effect (cannot be used with MDI Child forms)
2Slide Down
3Slide Up
4Slide Right
5Slide Left
6Slide Down and Right
7Slide Down and Left
8Slide Up and Right
9Slide Up and Left

Example

exec_Method( @window, "HIDE", 2 ); Slide closed from top to bottom