Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Container Click event
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00237393
Message ID:
00237463
Views:
12
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform