OLEACTIVATE 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 type of window being activated in response to a window activation event.
public enum class OLEACTIVATE
public enum class OLEACTIVATE
enum OLEACTIVATE
public enum OLEACTIVATE
type OLEACTIVATE =
Public Enum OLEACTIVATE
- Inheritance
-
OLEACTIVATE
Fields
OLEACTIVATE_DOCWINDOW | 2 | Indicates that a document window is being activated. |
OLEACTIVATE_FRAMEWINDOW | 1 | Indicates that a frame window is being activated. |
Remarks
COM Signature
From vsshell.idl: