Click or drag to resize

PreviewHandler Properties

The PreviewHandler type exposes the following members.

Properties
  NameDescription
Protected propertyEnterHelpMode
Gets or sets a value indicating whether context-sensitive help mode should be entered during an in-place activation session.
Public propertyFilePath
Gets the file path. Only valid if IInitializeWithFile was called.
(Inherited from Handler.)
Protected propertyHandle
Gets or sets the window handle of the previewer. By default its value is Zero.
Public propertyItem
Gets the item. Only valid if IInitializeWithItem was called.
(Inherited from Handler.)
Public propertyMode
Indicate the access mode for the Item, FilePath or Stream.
(Inherited from Handler.)
Protected propertyNativeStream
Gets the native stream. Only valid if IInitializeWithStream was called.
(Inherited from Handler.)
Protected propertyParentBounds
Gets the parent area bounds.
Protected propertyParentHandle
Gets the parent window handle.
Protected propertySite
Gets the site object in the container.
(Inherited from Handler.)
Public propertyStream
Gets the stream. Only valid if IInitializeWithStream was called.
(Inherited from Handler.)
Top
See Also