Nevron.UI.WinForm Namespace / NControlHelper Class / ControlContainsMouse Method


In This Topic
    ControlContainsMouse Method
    In This Topic
    Syntax
    '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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also