Click or drag to resize

EXPLORERPANESTATE Enumeration

Indicate flags used to get the current state of the given Windows Explorer pane. Maps to Windows' EXPLORERPANESTATE enumeration..

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum EXPLORERPANESTATE
Members
  Member nameValueDescription
EPS_DONTCARE0 Do not make any modifications to the pane.
EPS_DEFAULT_ON1 Set the default state of the pane to "on", but respect any user-modified persisted state.
EPS_DEFAULT_OFF2 Set the default state of the pane to "off".
EPS_INITIALSTATE65536 Ignore any persisted state from the user, but the user can still modify the state.
EPS_FORCE131072 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