Hi,
dim myTableView as TableView
and in sub
Sub myTableView_MouseClicked (EventData As MouseEvent)
"EventData.ClickCount" count 1 or 2 click and is OK.
but i want detect/handle left or right click mouse button
dim myTableView as TableView
and in sub
Sub myTableView_MouseClicked (EventData As MouseEvent)
"EventData.ClickCount" count 1 or 2 click and is OK.
but i want detect/handle left or right click mouse button