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:
ShellBoost.Core.Handlers
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual void SetParentWindow(
IntPtr parentHandle,
RECT parentBounds
)
Parameters
- parentHandle
- Type: SystemIntPtr
The parent window handle. - parentBounds
- Type: ShellBoost.Core.WindowsShellRECT
The the area for the previewer.
See Also