Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDockAreaProvider Interface / HitTest Method
The Point (in client coordinates) to check for.


In This Topic
    HitTest Method (INDockAreaProvider)
    In This Topic
    Checks whether the specified point is within any of the dock areas of this provider.
    Syntax
    'Declaration
     
    
    Function HitTest( _
       ByVal client As System.Drawing.Point _
    ) As NDockArea
    'Usage
     
    
    Dim instance As INDockAreaProvider
    Dim client As System.Drawing.Point
    Dim value As NDockArea
     
    value = instance.HitTest(client)
    NDockArea HitTest( 
       System.Drawing.Point client
    )

    Parameters

    client
    The Point (in client coordinates) to check for.

    Return Value

    The specified dock area if successful hit, NDockArea.Empty otherwise.
    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