was return true from ContextualMenuAction not supposed to cancel the
MouseDown event ?
Function ConstructContextualMenu(base as MenuItem, x as Integer, y as
Integer) As Boolean
dim m1 as new MenuItem
m1.Text = "Test"
base.Append(m1)
return true
End Function
If returning true then:
* The menu gets displayed.
* I get the unwanted Mouse down event
If return false then:
* The menu gets displayed.
* I get the unwanted Mouse down event
Please advice what the return value is supposed to do
--
______________________________________________________________________
Björn Eiríksson [EMAIL PROTECTED]
Einhugur Software
http://www.einhugur.com/
______________________________________________________________________
Einhugur Software has sold its products in 54 countries world wide.
______________________________________________________________________
For support: [EMAIL PROTECTED]
To post on the maillist: [EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>