ShellFilePreviewStateMessage Property |
Gets or sets the message that is printed in the component if no preview is currently visible or an error occured.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public string StateMessage { get; set; }
Public Property StateMessage As String
Get
Set
public:
property String^ StateMessage {
String^ get ();
void set (String^ value);
}
member StateMessage : string with get, set
Property Value
Type:
StringA message describing the state.
See Also