How to Form.GetChildSAtPoint?
        Posted  
        
            by serhio
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by serhio
        
        
        
        Published on 2010-04-28T13:00:03Z
        Indexed on 
            2010/04/28
            15:03 UTC
        
        
        Read the original article
        Hit count: 300
        
I would like to obtain the list of controls under a given point.
There is a method on System.Windows.Form to obtain a control under a point(GetChildAtPoint) but not point(GetChildsAtPoint). 
Is there something similar for the list of controls (if borders intersect one other): 

I need this because I select the objects when user clicks on the panel(I use Microsoft.VisualBasic.PowerPacks.RectangleShape as label bellow). In case if labels are superposed, user should be asked what object to select.
© Stack Overflow or respective owner