BuildMenuOptions Enumeration |
Defines options when extracting a shell menu.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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