Click or drag to resize

PreviewHandlerSetParentWindow Method

Sets the parent window of the previewer window, as well as the area within the parent to be used for the previewer window.

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

Parameters

parentHandle
Type: SystemIntPtr
The parent window handle.
parentBounds
Type: callback.ShellBoost.Core.WindowsShellRECT
The the area for the previewer.
See Also