OLEACTIVATE Enum
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 type of window being activated in response to a window activation event.
public enum class OLEACTIVATE
C++/CX
public enum class OLEACTIVATE
enum OLEACTIVATE
public enum OLEACTIVATE
type OLEACTIVATE =
Public Enum OLEACTIVATE
- Inheritance
-
OLEACTIVATE
Name | Value | Description |
---|---|---|
OLEACTIVATE_FRAMEWINDOW | 1 | Indicates that a frame window is being activated. |
OLEACTIVATE_DOCWINDOW | 2 | Indicates that a document window is being activated. |
From vsshell.idl:
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |