Pane.ViewType Property

Returns the type of view for the specified pane. Read-only.

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

Syntax

'Declaration
ReadOnly Property ViewType As PpViewType
    Get
'Usage
Dim instance As Pane
Dim value As PpViewType

value = instance.ViewType
PpViewType ViewType { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpViewType

Remarks

The value of the ViewType property can be one of these PpViewType constants.

ppViewHandoutMaster

ppViewMasterThumbnails

ppViewNormal

ppViewNotesMaster

ppViewNotesPage

ppViewOutline

ppViewPrintPreview

ppViewSlide

ppViewSlideMaster

ppViewSlideSorter

ppViewThumbnails

ppViewTitleMaster

See Also

Reference

Pane Interface

Pane Members

Microsoft.Office.Interop.PowerPoint Namespace