Click or drag to resize

NamespaceTreeControlHitTest Method (POINT, Item, Boolean)

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 int HitTest(
	POINT point,
	out Item item,
	bool throwOnError = true
)

Parameters

point
Type: callback.ShellBoost.Core.WindowsShellPOINT
The point to be tested.
item
Type: callback.ShellBoost.Core.WindowsShellItem
The item in which the point exists.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
See Also