EXPLORERPANESTATE Enumeration |
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum EXPLORERPANESTATE
Members
| Member name | Value | Description |
---|
| EPS_DONTCARE | 0 |
Do not make any modifications to the pane.
|
| EPS_DEFAULT_ON | 1 |
Set the default state of the pane to "on", but respect any user-modified persisted state.
|
| EPS_DEFAULT_OFF | 2 |
Set the default state of the pane to "off".
|
| EPS_INITIALSTATE | 65536 |
Ignore any persisted state from the user, but the user can still modify the state.
|
| EPS_FORCE | 131072 |
Users cannot modify the state, that is, they do not have the ability to show or hide the given pane. This option implies EPS_INITIALSTATE.
|
See Also