Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Format - Send to back
Message
De
03/09/2010 04:27:06
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
 
À
01/09/2010 16:28:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01479654
Message ID:
01479942
Vues:
84
>In the Form Designer you can stack controls on a form and send them to the back or front using the format command.
>How is this done when defining a class programmatically to create a form object?

At design time, it's implied in the order of adding. The later added member objects have a higher z-order, and are displayed on top of other objects.

If you want to raise an object at runtime, you can
loObject.zorder(0)
Zero as a parameter pushes it all the way up, one all the way down - no fine control, but you can do thisform.lockscreen=.t., push back several controls in the order you want (the last goes lowest), then unlock the form.
Instead of loObject, you can have this., this.someobject, this.container.control etc.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform