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 Members
| Member name | Value | Description |
---|
| SVUIA_DEACTIVATE | 0 |
The browser view has been deactivated.
|
| SVUIA_ACTIVATE_NOFOCUS | 1 |
The browser view is activated and does not have focus.
|
| SVUIA_ACTIVATE_FOCUS | 2 |
The browser view is activated and has focus.
|
| SVUIA_INPLACEACTIVATE | 3 |
The browser view is activated in place.
|
See Also