_Inspector.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
<DispIdAttribute()> _
Property WindowState As OlWindowState
    Get
    Set
'Usage
Dim instance As _Inspector
Dim value As OlWindowState

value = instance.WindowState

instance.WindowState = value
[DispIdAttribute()]
OlWindowState WindowState { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlWindowState

See Also

Reference

_Inspector Interface

_Inspector Members

Microsoft.Office.Interop.Outlook Namespace