_Explorer.WindowState Property

Returns or sets the property with a constant in the OlWindowState enumeration specifying the window state of an explorer or inspector window. Read/write.

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

Syntax

'Declaration
Property WindowState As OlWindowState
    Get
    Set
'Usage
Dim instance As _Explorer
Dim value As OlWindowState

value = instance.WindowState

instance.WindowState = value
OlWindowState WindowState { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlWindowState

See Also

Reference

_Explorer Interface

_Explorer Members

Microsoft.Office.Interop.Outlook Namespace