Click or drag to resize

NamespaceTreeControlGetItemRect Method (Item)

Gets the Rectangle structure that describes the size and position of a given item.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public RECT? GetItemRect(
	Item item
)

Parameters

item
Type: callback.ShellBoost.Core.WindowsShellItem
The item.

Return Value

Type: NullableRECT
The Rectangle structure that describes the size and position of the item or null.
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also