com.esri.arcgis.framework
Interface esriWindowState

All Superinterfaces:
Serializable

public interface esriWindowState
extends Serializable

Window states.

Remarks

The IWindowPosition::State property uses the esriWindowState enumeration to specify whether the window is normal, minimized, or maximized.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriWSFloating
          The window is dockable and floating.
static int esriWSMaximize
          The window is maximized.
static int esriWSMinimize
          The window is minimized.
static int esriWSNormal
          The window is restored.
 

Field Detail

esriWSNormal

static final int esriWSNormal
The window is restored.

See Also:
Constant Field Values

esriWSMinimize

static final int esriWSMinimize
The window is minimized.

See Also:
Constant Field Values

esriWSMaximize

static final int esriWSMaximize
The window is maximized.

See Also:
Constant Field Values

esriWSFloating

static final int esriWSFloating
The window is dockable and floating.

See Also:
Constant Field Values