Click or drag to resize

NamespaceTreeControlHitTest Method (POINT)

Retrieves the item that a given point is in, if any.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Item HitTest(
	POINT point
)

Parameters

point
Type: callback.ShellBoost.Core.WindowsShellPOINT
The point to be tested.

Return Value

Type: Item
The item in which the point exists or null.
See Also