PpWindowState Enumeration

Constants that specify the window state, passed to and returned by the WindowState property of the DocumentWindow object.

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

Syntax

'Declaration
<GuidAttribute("B2CD8E94-209B-4FB7-8FA1-D3F682EFBEDA")> _
Public Enumeration PpWindowState
'Usage
Dim instance As PpWindowState
[GuidAttribute("B2CD8E94-209B-4FB7-8FA1-D3F682EFBEDA")]
public enum PpWindowState

Members

Member name Description
ppWindowNormal Normal
ppWindowMinimized Minimized
ppWindowMaximized Maximized

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace