OlWindowState Enum

Definition

Indicates the window state.

public enum class OlWindowState
public enum OlWindowState
Public Enum OlWindowState
Inheritance
OlWindowState

Fields

olMaximized 0

The window is maximized.

olMinimized 1

The window is minimized.

olNormalWindow 2

The window is in the normal state (not minimized or maximized).

Remarks

Used by the WindowState property of Inspector and Explorer objects.

Applies to