SVUIA_STATUS enumeration (shobjidl_core.h)

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_DEACTIVATE
Value: 0
The browser view has been deactivated.
SVUIA_ACTIVATE_NOFOCUS
Value: 1
The browser view is activated and does not have focus.
SVUIA_ACTIVATE_FOCUS
Value: 2
The browser view is activated and has focus.
SVUIA_INPLACEACTIVATE
Value: 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)