Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Container Click
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00237727
Message ID:
00237731
Vues:
10
>I have this in the Click event of a container:
>
>This.SpecialEffect = 1
>
>The container has nothing on it (yet), but the
>special effect does not change.
>
>Anyone know what's gives?

Kevin,
you can do like this:

This.Visible = .F.
This.SpecialEffect = 1
This.Visible = .T.
Regards

Alex
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform