Profile Picture

Right Button pressed in a Shape

Posted By Luis Miguel Perez Lopez 11 Years Ago
Author
Message
Luis Miguel Perez Lopez
Posted 11 Years Ago
View Quick Profile
Forum Member

Forum Member (29 reputation)Forum Member (29 reputation)Forum Member (29 reputation)Forum Member (29 reputation)Forum Member (29 reputation)Forum Member (29 reputation)Forum Member (29 reputation)Forum Member (29 reputation)Forum Member (29 reputation)

Group: Forum Members
Last Active: 11 Years Ago
Posts: 29, Visits: 1
I have created an array of Nshapes, and I need to know when a Shape is selected with the right or the left mouse button. I have added this:

AddHandler DrawingView.EventSinkService.NodeSelected, AddressOf EventSinkServiceNodeSelected

This works but ONLY with the LEFT button. When I press the right button in a shape, that event is not fired.

I tried with this another:

AddHandler DrawingView.EventSinkService.NodeMouseDown, AddressOf EventSinkServiceNodeMouseDown

But it doesn't work AT ALL. I was seeing this page :

http://helpdotnetvision.nevron.com/UsersGuide_ConceptualOverview_Diagram_Services.html

But I don't find the solution. Does anybody can help me ?




Similar Topics


Reading This Topic