Click or drag to resize

PreviewHandlerHandle Property

Gets or sets the window handle of the previewer. By default its value is Zero.

Namespace:  callback.ShellBoost.Core.Handlers
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual IntPtr Handle { get; set; }

Property Value

Type: IntPtr
The previewer window handle.
See Also