Click or drag to resize

ShellFilePreviewNoPreviewAvailableMessage Property

Gets or sets a message to be displayed if the item to be previewed is not supported.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public string NoPreviewAvailableMessage { get; set; }

Property Value

Type: String
A message to be displayed if the item to be previewed is not supported. If not set, the system default is retrieved.
See Also