| Visual Basic (Declaration) | |
|---|---|
Public Enum esriE2ShowWindow Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum esriE2ShowWindow : Enum | |
| Member | Description |
|---|---|
| Hide | Hide the window. |
| ShowNormal | Show the window in normal mode. |
| ShowMinimized | Show the window minimized. |
| ShowMaximized | Show the window maximized. |
| ShowNoActive | Show the window but do not make it active. |
| Show | Show the window. |
| Minimize | Minimize the window. |
| ShowMinNoActive | Shows the window minimized, leaving the currently active window as active. |
| ShowNA | Shows the window in its current mode, leaving the currently active window as active. |
| Restore | Activates and shows the window in its original size and position. |
| ShowDefault | Shows the window in its default (starting) state and position. |
| Max | Maximize the window. |
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.E2API.esriE2ShowWindow
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This enumeration was added to the E2API at version 1.0.0.348.
Copy Code