'Declaration
Public Shared Function ControlContainsMouse( _ ByVal c As System.Windows.Forms.Control, _ ByVal firstUnder As System.Boolean _ ) As System.Boolean
'Usage
Dim c As System.Windows.Forms.Control Dim firstUnder As System.Boolean Dim value As System.Boolean value = NControlHelper.ControlContainsMouse(c, firstUnder)
public static System.bool ControlContainsMouse( System.Windows.Forms.Control c, System.bool firstUnder )
Parameters
- c
- firstUnder