Window.Thumbnails 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置或返回 boolean 类型的值 ,该值表示是否 Microsoft Word 文档窗口左侧显示文档中页面的缩略图图像。
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