Expand Minimize
This topic has not yet been rated - Rate this topic

SVUIA_STATUS enumeration

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
} SVUIA_STATUS;

Constants

SVUIA_DEACTIVATE

The browser view has been deactivated.

SVUIA_ACTIVATE_NOFOCUS

The browser view is activated and does not have focus.

SVUIA_ACTIVATE_FOCUS

The browser view is activated and has focus.

SVUIA_INPLACEACTIVATE

The browser view is activated in place.

Requirements

Minimum supported client

Windows 2000 Professional, Windows XP [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.