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 [FlagsAttribute]
public enum BuildMenuOptions
Members
| Member name | Value | Description |
---|
| None | 0 |
No options.
|
| IncludeBitmaps | 1 |
Include bitmaps instance when possible. Note this means you will need to call Dispose on the holding instance(s).
|
| DontIncludeTopMenuItem | 2 |
Don't include the top menu.
|
| ThrowOnWM_INITMENUPOPUPFailures | 4 |
By default, errors on WM_INITMENUPOPUP are skipped.
|
See Also