__FRAMESHOW Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the state of a window frame.
public enum class __FRAMESHOW
public enum class __FRAMESHOW
enum __FRAMESHOW
public enum __FRAMESHOW
type __FRAMESHOW =
Public Enum __FRAMESHOW
- Inheritance
-
__FRAMESHOW
Fields
Name | Value | Description |
---|---|---|
0 | Obsolete; use WinHidden. |
|
0 | Window (tabbed or otherwise) is hidden. |
|
FRAMESHOW_WinShown | 1 | A nontabbed window is made visible. |
FRAMESHOW_TabActivated | 2 | A tabbed window is activated (made visible). |
FRAMESHOW_TabDeactivated | 3 | A tabbed window is deactivated. |
FRAMESHOW_WinRestored | 4 | Window is restored to normal state. |
FRAMESHOW_WinMinimized | 5 | Window is minimized. |
FRAMESHOW_WinMaximized | 6 | Window is maximized. |
FRAMESHOW_WinClosed | 7 | Window is closed and persisted. |
FRAMESHOW_DestroyMultInst | 8 | Multi-instance tool window destroyed. |
FRAMESHOW_AutoHideSlideBegin | 9 | Autohidden window is about to slide into view. |
Remarks
The FRAMESHOW enumeration is a parameter of OnShow.
COM Signature
From vsshell.idl: