[Mono-winforms-list] [Mono-osx] Easy way to get "plain" .NET app running on the Mac?
    Jonathan Pobst 
    monkey at jpobst.com
       
    Thu May 22 14:06:11 EDT 2008
    
    
  
>> Now I was using child components in a panel for the draggable elements 
>> and then used a mouse hook to be able to get the mouse cursor when 
>> hovering over other elements on the screen.
> 
> I'm certain there are non-pinvoke ways to handle this, but Jonathan
> would know better.  Pobst?
> 
You probably want to look at setting the Control.Capture property. 
Basically, it says "give me all the mouse events even if they were 
supposed to go to another control".
Jonathan
    
    
More information about the Mono-winforms-list
mailing list