_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
<DispIdAttribute()> _
Property WindowState As OlWindowState
Get
Set
'Usage
Dim instance As _Explorer
Dim value As OlWindowState
value = instance.WindowState
instance.WindowState = value
[DispIdAttribute()]
OlWindowState WindowState { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlWindowState