__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
FRAMESHOW_AutoHideSlideBegin | 9 | Autohidden window is about to slide into view. |
FRAMESHOW_DestroyMultInst | 8 | Multi-instance tool window destroyed. |
0 | Obsolete; use WinHidden. |
|
FRAMESHOW_TabActivated | 2 | A tabbed window is activated (made visible). |
FRAMESHOW_TabDeactivated | 3 | A tabbed window is deactivated. |
FRAMESHOW_WinClosed | 7 | Window is closed and persisted. |
0 | Window (tabbed or otherwise) is hidden. |
|
FRAMESHOW_WinMaximized | 6 | Window is maximized. |
FRAMESHOW_WinMinimized | 5 | Window is minimized. |
FRAMESHOW_WinRestored | 4 | Window is restored to normal state. |
FRAMESHOW_WinShown | 1 | A nontabbed window is made visible. |
Remarks
The FRAMESHOW enumeration is a parameter of OnShow.
COM Signature
From vsshell.idl: