Re: Rightclick
Christian Schmitz <realbasiclists-9+jg12ILN6UkMvPuQOpXZQXbj/[email protected]> Thu, 3 May 2018 15:29:42 +0200
| Newsgroups | gmane.comp.lang.realbasic.user |
|---|---|
| Message-ID | <[email protected]> |
> Am 03.05.2018 um 15:24 schrieb Bernd Fröhlich <[email protected]>: > > I feel like I´m missing something obvious here: > > I would like to determine if a user clicked on a listbox row using the left or the right mousebutton but there is only a "CellClick" event. So how do I get the information which mousebutton was used? Put some code in CellClick: if IsContextualClick then // right else // left end if Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/