Click or drag to resize

SVUIA_STATUS Enumeration

Used with the View UIActivate method to set the state of a browser view.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum SVUIA_STATUS
Members
  Member nameValueDescription
SVUIA_DEACTIVATE0 The browser view has been deactivated.
SVUIA_ACTIVATE_NOFOCUS1 The browser view is activated and does not have focus.
SVUIA_ACTIVATE_FOCUS2 The browser view is activated and has focus.
SVUIA_INPLACEACTIVATE3 The browser view is activated in place.
See Also