SlideShowWindow.IsFullScreen Property

Returns whether the specified slide show window occupies the entire screen. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property IsFullScreen As MsoTriState
    Get
'Usage
Dim instance As SlideShowWindow
Dim value As MsoTriState

value = instance.IsFullScreen
MsoTriState IsFullScreen { get; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

The value of the IsFullScreen property can be one of these MsoTriState constants.

Constant

Description

msoFalse

The specified slide show window does not occupy the entire screen.

msoTrue

The specified slide show window occupies the entire screen.

See Also

Reference

SlideShowWindow Interface

SlideShowWindow Members

Microsoft.Office.Interop.PowerPoint Namespace