This method is intended to help those needing to identify which, if any label(s) have been selected by a user. The x and y parameters, are normally fed directly from the parameters of a MouseDown event. The area allowed for a “hit” to register is quite generous – any label within the Label’s bounding rectangle is considered to have been “hit”, and will be included in the returned collection. When writing user interface facilities with this method, it is often useful to be able to highlight some labels – the SelectMode property is suitable for this purpose.