ShellFilePreviewNoPreviewAvailableMessage Property |
Gets or sets a message to be displayed if the item to be previewed is not supported.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public string NoPreviewAvailableMessage { get; set; }
Public Property NoPreviewAvailableMessage As String
Get
Set
public:
property String^ NoPreviewAvailableMessage {
String^ get ();
void set (String^ value);
}
member NoPreviewAvailableMessage : string with get, set
Property Value
Type:
StringA message to be displayed if the item to be previewed is not supported. If not set, the system default is retrieved.
See Also