Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TreeView and right-click
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00506933
Message ID:
00506986
Vues:
25
This message has been marked as the solution to the initial question of the thread.
Hi Sylvain,

You should subclass the treeview control and add your own RightClick() method to the sub-classed control. Then in the MouseDown event, check to see if the user pressed the right mouse button.

LPARAMETERS button, shift, x, y
DO CASE
CASE BITTEST(button,1) && Right Mouse Button
THIS.RightClick()
ENDCASE

Kurt
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform