SlideShowView.IsNamedShow Property
Determines whether a custom (named) slide show is displayed in the specified slide show view. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property IsNamedShow As MsoTriState
Get
'Usage
Dim instance As SlideShowView
Dim value As MsoTriState
value = instance.IsNamedShow
MsoTriState IsNamedShow { get; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the IsNamedShow property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
A custom (named) slide show is not displayed in the specified slide show view. |
|
A custom (named) slide show is displayed in the specified slide show view. |