Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Container Click event
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00237393
Message ID:
00237463
Vues:
14
>I have one line of code on the Click event
>of a container:
>
>this.specialeffect = 1
>
>and it does not change the special effect to
>sunken. Anyone know why?
You have to 'repaint' an object.
This.visible = .F.
This.specialeffect = 1
This.visible = .T.
Mark
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform