ShellFilePreviewDisplayMsg Property |
Gets or sets a message that is displayed in the component if no preview is currently being displayed.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public string DisplayMsg { get; set; }
Public Property DisplayMsg As String
Get
Set
public:
property String^ DisplayMsg {
String^ get ();
void set (String^ value);
}
member DisplayMsg : string with get, set
Property Value
Type:
StringA string that serves as caption if no preview is displayed.
See Also