BCGSoft.ControlBars Namespace > DockingPane Class : HitTest Method |
Returns a value of HitTest enumeration according to the area of the docking pane located at the screen coordinates of x and y.
'Usage Dim instance As DockingPane Dim ptTest As Point Dim value As HitTest value = instance.HitTest(ptTest)
HTCAPTION, if the specified point is located within the caption rectangle.
HTCLIENT, if the point is located whitin the client rectangle of the docking pane.
HTERROR, if the point is situated outside the boundaries of the docking pane.
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