ESRI.ArcGIS.E2API Feedback via the User Forum
esriE2ShowWindow Enumeration
See Also  
ESRI.ArcGIS.E2API Namespace : esriE2ShowWindow Enumeration


Display options used with the ShellResult Show property.

Syntax

Visual Basic (Declaration) 
Public Enum esriE2ShowWindow 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As esriE2ShowWindow
C# 
public enum esriE2ShowWindow : Enum 

Members

MemberDescription
HideHide the window.
ShowNormalShow the window in normal mode.
ShowMinimizedShow the window minimized.
ShowMaximizedShow the window maximized.
ShowNoActiveShow the window but do not make it active.
ShowShow the window.
MinimizeMinimize the window.
ShowMinNoActiveShows the window minimized, leaving the currently active window as active.
ShowNAShows the window in its current mode, leaving the currently active window as active.
RestoreActivates and shows the window in its original size and position.
ShowDefaultShows the window in its default (starting) state and position.
MaxMaximize the window.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.E2API.esriE2ShowWindow

Platforms

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Version Information

This enumeration was added to the E2API at version 1.0.0.348.

See Also