ShellFilePreviewPreviewNotPossibleMessage Property |
Gets or sets a message to be displayed if loading the preview failed.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public string PreviewNotPossibleMessage { get; set; }
Public Property PreviewNotPossibleMessage As String
Get
Set
public:
property String^ PreviewNotPossibleMessage {
String^ get ();
void set (String^ value);
}
member PreviewNotPossibleMessage : string with get, set
Property Value
Type:
StringA message to be displayed if loading the preview failed. If not set, the system default is retrieved.
See Also