View.DisplaySlideMiniature Property
Determines if and when the slide miniature window is displayed automatically. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property DisplaySlideMiniature As MsoTriState
Get
Set
'Usage
Dim instance As View
Dim value As MsoTriState
value = instance.DisplaySlideMiniature
instance.DisplaySlideMiniature = value
MsoTriState DisplaySlideMiniature { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
This property is not available in slide show view and slide sorter view. The slide miniature window is not a member of the Windows collection or the SlideShowWindows collection.
The fit percentage is determined by a combination of the size of the slide pane and the size of the presentation window. To determine the fit percentage, set the ZoomToFit property to true and then return the value of the Zoom property.
The value of the DisplaySlideMiniature parameter can be one of the following MsoTriState constants:
Constant |
Description |
---|---|
The slide miniature window is not displayed automatically. |
|
The slide miniature window is displayed automatically when the document window is in black-and-white view, the slide pane is zoomed to greater than 150% of the fit percentage, or a master view is visible. |