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