Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used with the IBrowserService2::_UIActivateView method to set the state of a browser view.
Syntax
typedef enum SVUIA_STATUS {
SVUIA_DEACTIVATE = 0,
SVUIA_ACTIVATE_NOFOCUS = 1,
SVUIA_ACTIVATE_FOCUS = 2,
SVUIA_INPLACEACTIVATE = 3
} ;
Constants
SVUIA_DEACTIVATEValue: 0 The browser view has been deactivated. |
SVUIA_ACTIVATE_NOFOCUSValue: 1 The browser view is activated and does not have focus. |
SVUIA_ACTIVATE_FOCUSValue: 2 The browser view is activated and has focus. |
SVUIA_INPLACEACTIVATEValue: 3 The browser view is activated in place. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional, Windows XP [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | shobjidl_core.h (include Shobjidl.h) |