Click or drag to resize

PreviewHandlerSetParentBounds Method

Directs the preview handler to change the area within the parent window handle that it draws into.

Namespace:  callback.ShellBoost.Core.Handlers
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void SetParentBounds(
	RECT parentBounds
)

Parameters

parentBounds
Type: callback.ShellBoost.Core.WindowsShellRECT
The parent bounds.
See Also