ThumbnailImageImage Property |
Readonly property, which contains the currently shown thumbnail image.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic Image Image { get; protected set; }Public Property Image As Image
Get
Protected Set
public:
property Image^ Image {
Image^ get ();
protected: void set (Image^ value);
}member Image : Image with get, set
Property Value
Image
See Also