Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListBox RightClick()
Message
 
À
28/08/2003 05:29:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00823852
Message ID:
00824111
Vues:
23
Just in case anyone was interested the best combination seems to be
* MouseDown()
Lparameters nButton, nShift, nXCoord, nYCoord

*-- This just stops the selection/deselection.
*-- However the RightClick still runs.
If nButton = 2
	NoDefault
EndIf

* RightClick()
ThisForm.cmdeMail.Click()  &&Perform desired RightClick action.
Caroline
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform