Click or drag to resize

BuildMenuOptions Enumeration

Defines options when extracting a shell menu.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum BuildMenuOptions
Members
  Member nameValueDescription
None0 No options.
IncludeBitmaps1 Include bitmaps instance when possible. Note this means you will need to call Dispose on the holding instance(s).
DontIncludeTopMenuItem2 Don't include the top menu.
ThrowOnWM_INITMENUPOPUPFailures4 By default, errors on WM_INITMENUPOPUP are skipped.
See Also