Window.Thumbnails Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or returns a Boolean that represents whether thumbnail images of the pages in a document are displayed along the left side of the Microsoft Word document window.
public:
property bool Thumbnails { bool get(); void set(bool value); };
public bool Thumbnails { get; set; }
member this.Thumbnails : bool with get, set
Public Property Thumbnails As Boolean